-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert the evaluation from Redis pubsub to Redis Streams #677
Convert the evaluation from Redis pubsub to Redis Streams #677
Commits on Sep 10, 2024
-
Updates to the job queuing and reading mechanism for evaluations to f…
…low through a redis queue rather than a redis pubsub
Configuration menu - View commit details
-
Copy full SHA for 95609c2 - Browse repository at this point
Copy the full SHA 95609c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8ea07a - Browse repository at this point
Copy the full SHA c8ea07aView commit details -
Updated the error counter to clear errors if they haven't occurred re…
…cently and added event handling to ensure that functions are when too many errors are hit. Fixed the parameters for the cleanup function and the return code for interrupt exits and added extra handling for keyboard interrupts that weren't being respected.
Configuration menu - View commit details
-
Copy full SHA for 7653041 - Browse repository at this point
Copy the full SHA 7653041View commit details -
Merged with the master branch, implemented suggestions such as the re…
…moval of an unneeded RLock, added more messaging and error handling, removed the now unncessary TimedOccurenceWatcher, removed unneeded logging configurations that caused extra logging, added handling to the evaluation service logger to ensure that logged messages don't propagate to the root logger, wrote documentation for the runner, and updated the runner to use redis streams instead of redis pubsub.
Configuration menu - View commit details
-
Copy full SHA for 4b57229 - Browse repository at this point
Copy the full SHA 4b57229View commit details -
Updated pytest.ini to ignore the evaluation service and the gui to av…
…oid issues due to django service requirements and fixed a possible issue in the django test script.
Configuration menu - View commit details
-
Copy full SHA for 903bf73 - Browse repository at this point
Copy the full SHA 903bf73View commit details -
Fixed an issue where logging names were not being used correctly, cho…
…se more appropriate messaging levels, and added a more complete resource cleanup mechanism
Configuration menu - View commit details
-
Copy full SHA for fb76c69 - Browse repository at this point
Copy the full SHA fb76c69View commit details -
Added a missing dependency, added a requested annotation, and updated…
… some version numbers.
Configuration menu - View commit details
-
Copy full SHA for 6a5c447 - Browse repository at this point
Copy the full SHA 6a5c447View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12cc42f - Browse repository at this point
Copy the full SHA 12cc42fView commit details