Closed Razzmatazzz closed 1 month ago
If you are new, please check out the trimmed down summary of our deployment process below:
🚀 Branch deploy your pull request to production
Comment
.deploy
on this pull request to trigger a deploy. If anything goes wrong, rollback with.deploy main
.deploy
Razzmatazzz, started a branch deployment to production
You can watch the progress here 🔗
Branch:
alert-job-failed
Razzmatazzz successfully deployed branch alert-job-failed
to production
.deploy
Razzmatazzz, started a branch deployment to production
You can watch the progress here 🔗
Branch:
alert-job-failed
Razzmatazzz successfully deployed branch alert-job-failed
to production
.deploy
Razzmatazzz, started a branch deployment to production
You can watch the progress here 🔗
Branch:
alert-job-failed
Razzmatazzz successfully deployed branch alert-job-failed
to production
.deploy
Razzmatazzz, started a branch deployment to production
You can watch the progress here 🔗
Branch:
alert-job-failed
Razzmatazzz successfully deployed branch alert-job-failed
to production
.deploy
Razzmatazzz, started a branch deployment to production
You can watch the progress here 🔗
Branch:
alert-job-failed
Razzmatazzz successfully deployed branch alert-job-failed
to production
.deploy
Razzmatazzz, started a branch deployment to production
You can watch the progress here 🔗
Branch:
alert-job-failed
Razzmatazzz successfully deployed branch alert-job-failed
to production
.deploy
Razzmatazzz, started a branch deployment to production
You can watch the progress here 🔗
Branch:
alert-job-failed
Razzmatazzz successfully deployed branch alert-job-failed
to production
.deploy
Razzmatazzz, started a branch deployment to production
You can watch the progress here 🔗
Branch:
alert-job-failed
Razzmatazzz successfully deployed branch alert-job-failed
to production
.deploy
Razzmatazzz, started a branch deployment to production
You can watch the progress here 🔗
Branch:
alert-job-failed
Razzmatazzz successfully deployed branch alert-job-failed
to production
.deploy
Razzmatazzz, started a branch deployment to production
You can watch the progress here 🔗
Branch:
alert-job-failed
Razzmatazzz successfully deployed branch alert-job-failed
to production
.deploy
Razzmatazzz, started a branch deployment to production
You can watch the progress here 🔗
Branch:
alert-job-failed
Razzmatazzz successfully deployed branch alert-job-failed
to production
.deploy
Razzmatazzz, started a branch deployment to production
You can watch the progress here 🔗
Branch:
alert-job-failed
Razzmatazzz successfully deployed branch alert-job-failed
to production
.deploy
Razzmatazzz, started a branch deployment to production
You can watch the progress here 🔗
Branch:
alert-job-failed
Razzmatazzz successfully deployed branch alert-job-failed
to production
.deploy
Razzmatazzz, started a branch deployment to production
You can watch the progress here 🔗
Branch:
alert-job-failed
Razzmatazzz successfully deployed branch alert-job-failed
to production
.deploy
Razzmatazzz, started a branch deployment to production
You can watch the progress here 🔗
Branch:
alert-job-failed
Razzmatazzz successfully deployed branch alert-job-failed
to production
.deploy
Razzmatazzz, started a branch deployment to production
You can watch the progress here 🔗
Branch:
alert-job-failed
Razzmatazzz successfully deployed branch alert-job-failed
to production
.deploy
Working on troubleshooting exactly what causes jobs to fail to start running.
So far, have determined that jobs fail to start because the job is already running. I believe there are two likely culprits for this.
First, it's possible queries to the DB are stalling out and the job waiting for those queries therefore finishes. Currently, I've mocked up and deployed a timeout mechanism to guard against this.
Second, it's possible that the Cloudflare KV put calls are stalling. There is currently no timeout set for them. if the DB timeout fix doesn't work, this will be tried next. Upon further reflection, I think this is the more likely culprit. We occasionally used to get job error warnings about the put requests failing, but we no longer get those. For mysterious Cloudflare reasons, I would guess the requests just remain pending forever rather than throwing errors.