Initial commit
This commit is contained in:
6
templates/config/applogic/schedule.yml.erb
Normal file
6
templates/config/applogic/schedule.yml.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
users_sync_job:
|
||||
cron: "0 0 * * *" # it will retrieve data every 1 day
|
||||
class: "UsersSyncWorker"
|
||||
args:
|
||||
period: '1'
|
||||
action: 'sync' # you also can start a new job with action 'reg' to pull new users
|
||||
Reference in New Issue
Block a user