0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Some bugfixes to norc_reporter and norc_control. More... over 13 years ago
Added two new command-line utilities: norc_control and norc_log_viewer. More... over 13 years ago
Several tweaks to log backups and messages, especially during the shutdown of Schedulers and Executors. Also switched the 'task' column under the instance report to 'source', allowing custom instances to define a source property. More... over 13 years ago
Fixed a wrong variable name in norc_reporter.py More... over 13 years ago
improve error handling in uploading to S3 More... over 13 years ago
Fixed a missing check before referring to the thread pool in Executor.start() More... over 13 years ago
Undo a slight change in Instance.start() that shouldn't have changed anything in production, but broke a unit test. More... over 13 years ago
Fixed month in the last updated timestamp (frontend). More... over 13 years ago
Slight tweak to BaseInstance.start(). More... over 13 years ago
Added some comments. More... over 13 years ago
Reorganized some code in CronSchedule to make more sense. More... over 13 years ago
Forgot the updated index.html to link to the new version of jQuery. More... over 13 years ago
Changes to norc_reporter: -t is now paired with --timeframe, not --since, and -n <number> controls how many items are displayed. More... over 13 years ago
Try/catch the os.makedirs statement; this may solve a low-frequency bug in executor. More... over 13 years ago
Updated to jQuery 1.4.3 and differentiate between 0 schedulers and a server error. More... over 13 years ago
Added a sys.exit call to the end of task.start, with the aim of forcing a task to exit when it's done. This forces all tests to catch SystemExit. More... over 13 years ago
Add a 0.1s wait in between each executor loop to prevent it from gobbling CPU. More... over 13 years ago
Large rewrite of the log backup system. Logs are now uploaded by a thread pool in the executor instead of by the instance run itself. More... over 13 years ago
Another try. More... over 13 years ago
Fixed some formatting in the glossary. More... over 13 years ago
Added a simple glossary of terms for Norc. More... over 13 years ago
Added a slight improvement to heartbeat timing. Also added a safeguard against a scheduler enqueuing a schedule that is no longer associated with it. More... over 13 years ago
Schedulers no longer update the active attribute of failed schedulers in their cleanup routine. More... over 13 years ago
Some tentative fixes to the mysterious self-deactivating scheduler. More... over 13 years ago
Switched tasks to using custom exceptions to implement timeouts and interruptions, instead of sys.exit(1). This is an attempt to fix a strange intermittent issue with uploading the S3 logs of timed out tasks. More... over 13 years ago
Filter finished executors from the table. More... over 13 years ago
Hopefully fixed the log retrieval error. More... over 13 years ago
Don't assume instances have tasks. More... over 13 years ago
Fix for executor.instance only referring to Instance objects, and not all children of BaseInstance. More... over 13 years ago
Change the short flag for an executor report in norc_reporter from -d to -e. More... over 13 years ago