0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Split test_status into individual tests and fix test_timedout. More... about 13 years ago
Change timeouts and interrupts to use the much more brutal os._exit. Fixes a rare bug where sys.exit failed to kill the process. More... about 13 years ago
Update changelog with v2.2.1 changes. More... about 13 years ago
Use new "error" status group and add check for "active" (fixes PAUSED being marked as error). More... about 13 years ago
Add SUSPENDED to new "error" status group. More... about 13 years ago
Add log_url property to all instances. More... about 13 years ago
Added a SUSPENDED state for executors to fall into if a fatal error occurs during initialization of a task. Frontend needs updating to reflect SUSPENDED as an error state. More... about 13 years ago
Move AWS_ setting imports under the check for AmazonS3 so Norc doesn't break without them. More... about 13 years ago
change size of ThreadPool to concurrency+1 instead of concurrency*2. These open threads, once used, maintain open connections to MySQL, which clogs up MySQL and can cause Too many connection errors More... about 13 years ago
Add Queue uniqueness check to the changelog. More... about 13 years ago
Add ENGINE=... stuff to migration.md. More... about 13 years ago
Update migration and changelog documents. More... about 13 years ago
Add name uniqueness checking across all queue implementations in Queue.save(). More... about 13 years ago
Bugfix: Add missing argument to QueueGroup.push(), even though it's not a real implementation. More... about 13 years ago
Add more comments for all occurrences of get_revision(). More... about 13 years ago
Remove error handling for get_revision() in AbstractInstance.start(). More... about 13 years ago
Add push() method to QueueGroup for a better error message. More... about 13 years ago
Add basic admin stuff for QueueGroups. More... about 13 years ago
Add peek() to queue unit tests. More... about 13 years ago
Bugfix: pop() -> peek() in QueueGroup.peek(). More... about 13 years ago
Add redirection of all task output to its log at the OS level. More... about 13 years ago
Remove useless lines from queuegroup.py. More... about 13 years ago
Scheduler now clears the scheduler field of a deleted schedule. More... about 13 years ago
Add unit tests for QueueGroups. More... about 13 years ago
Add working QueueGroup implementation. More... about 13 years ago
Make a few whitespace tweaks and remove a print statement from Daemon. More... about 13 years ago
Add a unit test to show bad schedule handling. More... about 13 years ago
Move the check for bad schedules into add so it happens when schedules get updated as well. More... about 13 years ago
Add try/catch to Scheduler to handle invalid schedules in the DB. More... about 13 years ago
Tweak CronSchedule.reschedule() to check for scheduler before trying to request a reload. More... about 13 years ago