Task_id must not be empty. Got None instead
Open
wontfix
- Dominant language
- Python
- Stars
- 497
- Forks
- 89
- PR merge metrics
- No merged PRs in 30d
Description
My celery bars work fine normally, but when I try use it inside of a threadpool executor function, it fails. I pass the self keyword. Inside the threaded function, whenever I set the progress bar as:
`progress_recorder.set_progress(8, seconds)`
I get an error message:
`Task_id must not be empty. Got None instead`
on that line.
Any help would be appreciated!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.