Sha256: 84392718579613281d8b1ff76c8a8396008373aba8050de339d8951059bf2800
Contents?: true
Size: 1.14 KB
Versions: 1
Compression:
Stored size: 1.14 KB
Contents
# CHANGELOG ## 3.0.0 * Add multithread feature for workers. * Add graceful stop feature by WINCH signal. * Add command line options. * Add listen/notify feature for postgresql. * Support multiple callbacks. * Separate waitpid thread and job checker thread. * Rename some configurations (`worker.count` to `worker.max_processes`, `monitor_wait` to `monitor_interval`). * Use LIMIT query instead of COUNT query for finding jobs. * Patch default SQL of delayed_job for postgresql. * Drop support for ruby < 2.7 and rails < 6.0. ## 2.0.3 * Fix database config detection for rails 7.0. ## 2.0.2 * Force establish_connection after fork. ## 2.0.1 * Force file reopen mode to `a+`. * Set empty array for default `queues` config. * Support to configure worker's option as false. (flavono123, #8) ## 2.0.0 * Support multiple databases. * Logging memory usage. * Remove static worker support. * Remove mongoid support. ## 1.2.0 * Add destroy_failed_jobs for worker. * Get pid and worker instance in after_fork callback. * Change config class for convenience. ## 1.1.0 * Add monitor callback to verify database connection. * Refactoring. ## 1.0.0 * First release.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
delayed_job_master-3.0.0 | CHANGELOG.md |