File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ protected function schedule( Schedule $schedule ): void
63
63
64
64
// IRRDB - https://docs.ixpmanager.org/latest/features/irrdb/
65
65
if ( config ( 'ixp.irrdb.bgpq3.path ' ) && is_executable ( config ( 'ixp.irrdb.bgpq3.path ' ) ) ) {
66
- $ schedule ->command ( 'irrdb:update-prefix-db ' )->cron ( '7 */6 * * * ' )
66
+ $ schedule ->command ( 'irrdb:update-prefix-db --alert-email ' )->cron ( '7 */6 * * * ' )
67
67
->skip ( function () { return env ( 'TASK_SCHEDULER_SKIP_IRRDB_UPDATE_PREFIX_DB ' , false ); } );
68
68
69
- $ schedule ->command ( 'irrdb:update-asn-db ' )->cron ( '37 */6 * * * ' )
69
+ $ schedule ->command ( 'irrdb:update-asn-db --alert-email ' )->cron ( '37 */6 * * * ' )
70
70
->skip ( function () { return env ( 'TASK_SCHEDULER_SKIP_IRRDB_UPDATE_ASN_DB ' , false ); } );
71
71
}
72
72
You can’t perform that action at this time.
0 commit comments