Task submission by string?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.5k
- Forks
- 95
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 1
Description
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?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the delay() entry point and the worker task-dispatch path. Determine how task references are currently serialized and resolved, then define what support for a string such as "tasks.my_task" would require and how completion would be verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, redis
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100