Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Commit

Permalink
Changing schedule back to once a day.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotcourant committed Sep 21, 2021
1 parent f0fa6c2 commit d8843f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/jobs/jobs.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ func NewJobManager(

// Once a day. But also can be triggered by a webhook.
// Once A day. 0 0 0 * * *
manager.work.PeriodicallyEnqueue("0 0 * * * *", EnqueuePullAccountBalances)
manager.work.PeriodicallyEnqueue("0 0 * * * *", EnqueuePullLatestTransactions)
manager.work.PeriodicallyEnqueue("0 0 0 * * *", EnqueuePullAccountBalances)
manager.work.PeriodicallyEnqueue("0 0 0 * * *", EnqueuePullLatestTransactions)
//manager.work.PeriodicallyEnqueue("0 0 0 * * *", UpdateInstitutions)

manager.work.Start()
Expand Down

0 comments on commit d8843f5

Please sign in to comment.