dispatch-py
dispatch-py copied to clipboard
add dispatch.worker
Still work in progress, please leave feedback on the API and behavior.
Things left to do or decide:
- [ ] should
dispatch.runstop when a worker returns? - [ ] should workers be restarted automatically?
- [ ] how do we allow workers to be canceled?
- [ ] dp we add
.workerin the FastAPI integration as well?