Skip to content

Commit

Permalink
feat: run one time jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mckrava committed Apr 3, 2024
1 parent 8d098b1 commit ee4f37f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ type OneTimeJob = { id: string; action: string } & {

const oneTimeJobsList: OneTimeJob[] = [
{
id: '1712148386341',
id: '1712157944560',
action: 'removeAllActiveJobs',
payload: {},
},
{
id: '1712148398499',
id: '1712157951485',
action: 'redisBgrewriteaof',
payload: {},
},
Expand Down

0 comments on commit ee4f37f

Please sign in to comment.