Skip to content
Snippets Groups Projects
Verified Commit 6b1140b7 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

feat: add scheduled command to process IP addresses hourly

parent c94527bb
No related branches found
No related tags found
1 merge request!60feat: add IpAdressMetadata model and factory with migration
Pipeline #1056 passed
......@@ -9,6 +9,7 @@
Schedule::command('save:requests')->everyMinute()->sentryMonitor();
Schedule::command('process:user-agents')->hourly()->sentryMonitor();
Schedule::command('process:ip-adresses')->hourly()->sentryMonitor();
Schedule::command('flush:unused-uploaded-pictures')->daily()->sentryMonitor();
Schedule::command('backup:clean --disable-notifications')->daily()->at('01:00');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment