Backend

Cron

0 1 * * * /usr/bin/curl -k http://localhost:4044/jobs/per-minute >> /tmp/cron_output.log 2>&1 && echo "Job per-minute ran successfully at $(date)" >> /tmp/cron_output.log

0 0 * * * /usr/bin/curl -k http://localhost:4044/api/v1/start-stop-sprint >> /tmp/cron_output.log 2>&1 "start-stop-sprint ran successfully at $(date)" >> /tmp/cron_output.log

* * * * * /usr/bin/curl -k http://localhost:4044/api/v1/start-stop-sprint?host_type=test >> /tmp/cron_output-test.log 2>&1 "start-stop-sprint ran successfully at $(date)" >> /tmp/c>

0 1 * * * /usr/bin/curl -k http://localhost:4044/api/v1/acceleration-management-notification >> /tmp/cron_output.log 2>&1 && echo "escalation ran successfully at $(date)" >> /tmp/c>

0 1 * * * /usr/bin/curl -k http://localhost:4044/api/v1/acceleration-management-notification?host_type=test >> /tmp/cron_output_test.log 2>&1 && echo "acceleration mngnt ran" >> /t>

* * * * * /usr/bin/curl -X GET https://api.agencyhandy.com/api/v1/company/update-custom-domains >> /tmp/cron_output_cdn.log 2>&1 && echo "cdn ran" >> /tmp/cron_output_cdn.log

0 0 * * * /usr/bin/curl -X POST https://api.onethread.app/api/v1/member/send-reminder-email-to-pending-members >> /tmp/pending_member.log 2>&1 "send reminder pending email ran success">

* * * * * /usr/bin/curl -X GET https://api.agencyhandy.com/api/v1/company/update-custom-emails >> /tmp/cron_output_ce.log 2>&1 && echo "ce ran" >> /tmp/cron_output_ce.log

0 1 * * * /usr/bin/curl -X GET https://api.agencyhandy.com/api/v1/orders/subscription-expire-check >> /tmp/cron_output_se.log 2>&1 && echo "ah subexp check" >> /tmp/cron_output_se.>

* * * * * /usr/bin/curl -X GET https://api.agencyhandy.com/api/v1/orders/create-recurring-order >> /tmp/cron_output_cr.log 2>&1 && echo "ah cr" >> /tmp/cron_output_cr.log

0 0 * * * /usr/bin/curl -X GET https://api.agencyhandy.com/api/v1/payment-renewal-reminder
0 1 * * * /usr/bin/curl -X GET https://api.agencyhandy.com/api/v1/reminders/send-subscription-reminders
0 1 * * * /usr/bin/curl -X GET https://api.agencyhandy.com/api/v1/reminders/send-invoice-reminders

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.