Updates allowed to change more than one entity at a time
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
(ns auto-ap.jobs.current-balance-cache
|
||||
(:require
|
||||
[auto-ap.graphql.clients :as clients]
|
||||
[auto-ap.jobs.core :refer [execute]]))
|
||||
|
||||
(defn -main [& _]
|
||||
(execute "current-balance-cache" clients/refresh-all-current-balance))
|
||||
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
[auto-ap.jobs.restore-from-backup :as job-restore-from-backup]
|
||||
[auto-ap.jobs.bulk-journal-import :as job-bulk-journal-import]
|
||||
[auto-ap.jobs.close-auto-invoices :as job-close-auto-invoices]
|
||||
[auto-ap.jobs.current-balance-cache :as job-current-balance-cache]
|
||||
[auto-ap.jobs.ezcater-upsert :as job-ezcater-upsert]
|
||||
[auto-ap.jobs.import-uploaded-invoices :as job-import-uploaded-invoices]
|
||||
[auto-ap.jobs.intuit :as job-intuit]
|
||||
@@ -99,9 +98,6 @@
|
||||
(= job "reconcile-ledger")
|
||||
(job-reconcile-ledger/-main)
|
||||
|
||||
(= job "current-balance-cache")
|
||||
(job-current-balance-cache/-main)
|
||||
|
||||
(= job "yodlee2")
|
||||
(job-yodlee2/-main)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user