API
Updates
- New asynchronous task execution
- Replaces custom RQ worker class
- Reduces need for RQ workers to just one worker for logging, reducing overall memory requirements drastically
- Removes worker process limits as part of a configuration
Fixes
- Resolves issue where sequence tasks could be run twice if modifications were made to the sequence while in-flight
- Resolves bug where tasks workers would die from certain errors and heavy load
- Resolves issue where, under high load, tasks were unable to update their status due to version update verification