Skip to content

Commit

Permalink
add idps:refresh command as cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Aug 4, 2024
1 parent 43ece3c commit b30c75b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cron/cronjob
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
01 45 * * 0 /usr/bin/php /elabftw/bin/console notifications:send-expiration
# check for timestamp balance daily
37 13 * * * /usr/bin/php /elabftw/bin/console notifications:tsbalance
# update refreshable idps daily
37 03 * * * /usr/bin/php /elabftw/bin/console idps:refresh
# send elabftw notifications emails every minute
*/1 * * * * /usr/bin/php /elabftw/bin/console notifications:send

0 comments on commit b30c75b

Please sign in to comment.