Actions
Task #3012
closedBug #2934: Limit impact of chatty crunch job on websocket/Log mechanism
Review 2934-limit-crunch-logs
Status:
Resolved
Priority:
Normal
Assigned To:
Target version:
Description
Adding limits for crunch job log generation:
- crunch_limit_log_events_per_job
- crunch_limit_log_event_bytes_per_job
- Limit the number of events a job may log, and the total number of bytes a job may log.
- crunch_log_bytes_per_event
- crunch_log_seconds_between_events
- Set minimum logging thresholds: event logs will only be flushed to the database when at least crunch_log_bytes_per_event have been generated, or crunch_log_seconds_between_events have passed.
Updated by Peter Amstutz over 10 years ago
- Status changed from New to In Progress
Updated by Peter Amstutz over 10 years ago
- Description updated (diff)
- Assigned To set to Peter Amstutz
Updated by Tim Pierce over 10 years ago
- Status changed from In Progress to Resolved
- Remaining (hours) changed from 1.0 to 0.0
Actions