Taken tasks is released back to 'ready' state after reload
Open
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 244
- Forks
- 56
- PR merge metrics
- No merged PRs in 30d
Description
Example:
- Worker takes a task
- Run
package.reload() - Task is released back to ready state.
- Worker cannot ack task
https://github.com/tarantool/queue/issues/66
https://github.com/tarantool/queue/pull/106
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 with queue/abstract.lua at the linked line around the reload handling, then read issue #66 and pull request #106 for prior context. Reproduce the worker-takes-task and package.reload() sequence; done means the taken task remains acknowledgeable instead of returning to ready.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100