Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[frontend] add user, context, and namespace to taskqueue file structure #22

Open
aavarghese opened this issue Jul 23, 2024 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@aavarghese
Copy link
Member

right now, the taskqueue file structure distinguishes runs, but not users, contexts, or namespaces. this allows two runs to share a taskqueue, but can lead to name collisions if runs across namespaces or contexts share a taskqueue.

proposal:

/users/nickm/contexts/kind-jaas/namespaces/jaas-user/runs/my-cerebrus-run/inbox...
@aavarghese aavarghese added enhancement New feature or request good first issue Good for newcomers labels Jul 23, 2024
@yashathwani
Copy link

yashathwani commented Aug 1, 2024

Can i work on this ?

@starpit
Copy link
Member

starpit commented Aug 5, 2024

hello @yashathwani, yes, thanks for the offer to help. give us a day or so more to clean things up? then i'll give you the heads up. thanks again!

@starpit
Copy link
Member

starpit commented Aug 5, 2024

@yashathwani if you are still interested, check out this function: https://github.com/IBM/lunchpail/blob/main/pkg/fe/transformer/api/queue.go#L9-L12

developer docs are here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants