Skip to content

Commit

Permalink
chore: add missing jobs (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaodiaslobo authored Feb 7, 2024
1 parent 76ac0bd commit 03861aa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/safira/job_scheduler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,16 @@ defmodule Safira.JobScheduler do
:visit_all_booths,
~e[25 * * * *],
{Jobs.CheckpointBadge, :run, [240, 29, 4, 150]}
),
create_job(
:upload_cv,
~e[26 * * * *],
{Jobs.CVBadge, :run, [294]}
),
create_job(
:spotlight,
~e[27 * * * *],
{Jobs.SpotlightBadge, :run, [242]}
)
]
end
Expand Down

0 comments on commit 03861aa

Please sign in to comment.