mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
Attempt to fix good job cache queuing
This commit is contained in:
@@ -42,22 +42,22 @@ Rails.application.configure do
|
||||
cache_active_user_graph_data_job: {
|
||||
cron: "*/10 * * * *",
|
||||
class: "Cache::ActiveUsersGraphDataJob",
|
||||
args: [ dry_run: false ]
|
||||
kwargs: { dry_run: false }
|
||||
},
|
||||
cache_currently_hacking: {
|
||||
cron: "* * * * *",
|
||||
class: "Cache::CurrentlyHacking",
|
||||
args: [ dry_run: false ]
|
||||
kwargs: { dry_run: false }
|
||||
},
|
||||
cache_home_stats: {
|
||||
cron: "*/10 * * * *",
|
||||
class: "Cache::HomeStatsJob",
|
||||
args: [ dry_run: false ]
|
||||
kwargs: { dry_run: false }
|
||||
},
|
||||
cache_active_projects: {
|
||||
cron: "* * * * *",
|
||||
class: "Cache::ActiveProjectsJob",
|
||||
args: [ dry_run: false ]
|
||||
kwargs: { dry_run: false }
|
||||
}
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user