Skip to content

Commit

Permalink
add cron job to recalculate base price of sets
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed Jan 5, 2024
1 parent 834e5f1 commit 3c4544c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/cron/php-cron.cron
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

# default Bitrix cron events
* * * * * www-data /usr/bin/php /web/prod/bitrix/modules/main/tools/cron_events.php 2>&1 >>/web/prod/local/cron/cron_events.log
# recalculate base price of sets
20 0 * * * www-data /usr/bin/php -d error_reporting=22519 -f /web/prod/bitrix/modules/webdebug.antirutin/cli/execute.php profile=12
# recalculate price with discount
30 0 * * * www-data /usr/bin/nice -n 10 /usr/bin/php /web/prod/local/cron/price.update.php 2>&1 >>/web/prod/local/cron/price.update.log
# seo URL fixes
Expand Down

0 comments on commit 3c4544c

Please sign in to comment.