Releases: uwctri/StopSurveyEval
Releases · uwctri/StopSurveyEval
Error Logging
Performance Improvments
Previously the cron would only queue records that didn't already exist in the queue. This meant that if a record was saved while the cron was running it would be possible to miss an ASI eval. Now we allow up to two slots in the queue to indicate eval is required for the same record.
Performance Improvments
The optional cron job now uses round robin approach across all projects that have the EM enabled.
Bug Fix
v1.0.3
- Cron now runs every minute with a max run time of 2 minutes. Records are only marked as being evaluated as the cron processes them so a cron killed by redcap is not an issue.
- Resolved a bug where ASI would still be evaluated at save time if no surveys were marked as "Immediate" send.
Minor Bug Fix
Resolving an issue where cron enable flag wasn't checked correctly
Bug Fixes
Initial Release
v1.0.0 Changes to cron freq and performance