Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthakumaran committed Aug 15, 2022
1 parent 8013f95 commit cb90c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ config :exq_scheduler, :schedules,
description: "Schedule a Hardworker job every 2 minutes",
cron: "*/2 * * * * Asia/Jakarta",
class: "Hardworker",
include_metadata: true,
args: [435_493],
queue: "hard"
},
soft_worker: %{
description: "Schedule a Hardworker job every 3 minutes",
cron: "*/3 * * * *",
class: "Hardworker",
include_metadata: true,
args: [],
queue: "soft"
}

0 comments on commit cb90c80

Please sign in to comment.