[FIX] removed from cronjob
This commit is contained in:
parent
8f4af5b038
commit
2ac6540a8f
2
cronjobs/run-crons.sh
Executable file → Normal file
2
cronjobs/run-crons.sh
Executable file → Normal file
@ -10,7 +10,7 @@
|
|||||||
PHP_BIN=$( which php )
|
PHP_BIN=$( which php )
|
||||||
|
|
||||||
# List of cruns to execute
|
# List of cruns to execute
|
||||||
CRONS="findblock.php proportional_payout.php pplns_payout.php pps_payout.php blockupdate.php payouts.php tickerupdate.php notifications.php statistics.php token_cleanup.php archive_cleanup.php notification_cleanup.php liquid_payout.php"
|
CRONS="findblock.php proportional_payout.php pplns_payout.php pps_payout.php blockupdate.php payouts.php tickerupdate.php notifications.php statistics.php token_cleanup.php archive_cleanup.php notification_cleanup.php"
|
||||||
|
|
||||||
# Output additional runtime information
|
# Output additional runtime information
|
||||||
VERBOSE="0"
|
VERBOSE="0"
|
||||||
|
|||||||
2
cronjobs/run-payout.sh
Executable file → Normal file
2
cronjobs/run-payout.sh
Executable file → Normal file
@ -10,7 +10,7 @@
|
|||||||
PHP_BIN=$( which php )
|
PHP_BIN=$( which php )
|
||||||
|
|
||||||
# List of cruns to execute
|
# List of cruns to execute
|
||||||
CRONS="findblock.php proportional_payout.php pplns_payout.php pps_payout.php blockupdate.php payouts.php liquid_payout.php"
|
CRONS="findblock.php proportional_payout.php pplns_payout.php pps_payout.php blockupdate.php payouts.php"
|
||||||
|
|
||||||
# Output additional runtime information
|
# Output additional runtime information
|
||||||
VERBOSE="0"
|
VERBOSE="0"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user