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

Task submission by string? #245

Open
waldner opened this issue Dec 3, 2022 · 0 comments
Open

Task submission by string? #245

waldner opened this issue Dec 3, 2022 · 0 comments

Comments

@waldner
Copy link

waldner commented Dec 3, 2022

Currently, the delay() function accepts a function name (eg tiger.delay(tasks.my_task, ...)), which means that the submitter must have visibility into the worker code. Other task queue systems allow submitting tasks by passing a string representing the function to call, eg

tiger.delay('tasks.my_task', ...)

this decouples the submitter from the worker. Is something like this possible with tasktiger?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant