Skip to content

Commit

Permalink
Fix time of device states purge (4AM) (#1975)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles authored Dec 11, 2023
1 parent 06a8bb0 commit 556c855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/config/scheduler-jobs.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const jobs = [
},
{
name: 'purge-device-states',
rule: '0 4 * * * *', // At 4 AM every day
rule: '0 0 4 * * *', // At 4 AM every day
event: EVENTS.DEVICE.PURGE_STATES,
},
{
Expand Down

0 comments on commit 556c855

Please sign in to comment.