the-hideout / tarkov-data-manager

The Tarkov Data manager web app to manage the sql database
GNU General Public License v3.0
11 stars 3 forks source link

Alert when jobs fail #569

Closed Razzmatazzz closed 1 month ago

Razzmatazzz commented 1 month ago

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.

github-actions[bot] commented 1 month ago

👋 Thanks for opening a pull request!

If you are new, please check out the trimmed down summary of our deployment process below:

  1. 👀 Observe the CI jobs and tests to ensure they are passing
  2. ✔️ Obtain an approval/review on this pull request
  3. 🚀 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

  4. 🎉 Merge!
Razzmatazzz commented 1 month ago

.deploy

github-actions[bot] commented 1 month ago

Deployment Triggered 🚀

Razzmatazzz, started a branch deployment to production

You can watch the progress here 🔗

Branch: alert-job-failed

github-actions[bot] commented 1 month ago

Deployment Results ✅

Razzmatazzz successfully deployed branch alert-job-failed to production

Razzmatazzz commented 1 month ago

.deploy

github-actions[bot] commented 1 month ago

Deployment Triggered 🚀

Razzmatazzz, started a branch deployment to production

You can watch the progress here 🔗

Branch: alert-job-failed

github-actions[bot] commented 1 month ago

Deployment Results ✅

Razzmatazzz successfully deployed branch alert-job-failed to production

Razzmatazzz commented 1 month ago

.deploy

github-actions[bot] commented 1 month ago

Deployment Triggered 🚀

Razzmatazzz, started a branch deployment to production

You can watch the progress here 🔗

Branch: alert-job-failed

github-actions[bot] commented 1 month ago

Deployment Results ✅

Razzmatazzz successfully deployed branch alert-job-failed to production

Razzmatazzz commented 1 month ago

.deploy

github-actions[bot] commented 1 month ago

Deployment Triggered 🚀

Razzmatazzz, started a branch deployment to production

You can watch the progress here 🔗

Branch: alert-job-failed

github-actions[bot] commented 1 month ago

Deployment Results ✅

Razzmatazzz successfully deployed branch alert-job-failed to production

Razzmatazzz commented 1 month ago

.deploy

github-actions[bot] commented 1 month ago

Deployment Triggered 🚀

Razzmatazzz, started a branch deployment to production

You can watch the progress here 🔗

Branch: alert-job-failed

github-actions[bot] commented 1 month ago

Deployment Results ✅

Razzmatazzz successfully deployed branch alert-job-failed to production

Razzmatazzz commented 1 month ago

.deploy

github-actions[bot] commented 1 month ago

Deployment Triggered 🚀

Razzmatazzz, started a branch deployment to production

You can watch the progress here 🔗

Branch: alert-job-failed

github-actions[bot] commented 1 month ago

Deployment Results ✅

Razzmatazzz successfully deployed branch alert-job-failed to production

Razzmatazzz commented 1 month ago

.deploy

github-actions[bot] commented 1 month ago

Deployment Triggered 🚀

Razzmatazzz, started a branch deployment to production

You can watch the progress here 🔗

Branch: alert-job-failed

github-actions[bot] commented 1 month ago

Deployment Results ✅

Razzmatazzz successfully deployed branch alert-job-failed to production

Razzmatazzz commented 1 month ago

.deploy

github-actions[bot] commented 1 month ago

Deployment Triggered 🚀

Razzmatazzz, started a branch deployment to production

You can watch the progress here 🔗

Branch: alert-job-failed

github-actions[bot] commented 1 month ago

Deployment Results ✅

Razzmatazzz successfully deployed branch alert-job-failed to production

Razzmatazzz commented 1 month ago

.deploy

github-actions[bot] commented 1 month ago

Deployment Triggered 🚀

Razzmatazzz, started a branch deployment to production

You can watch the progress here 🔗

Branch: alert-job-failed

github-actions[bot] commented 1 month ago

Deployment Results ✅

Razzmatazzz successfully deployed branch alert-job-failed to production

Razzmatazzz commented 1 month ago

.deploy

github-actions[bot] commented 1 month ago

Deployment Triggered 🚀

Razzmatazzz, started a branch deployment to production

You can watch the progress here 🔗

Branch: alert-job-failed

github-actions[bot] commented 1 month ago

Deployment Results ✅

Razzmatazzz successfully deployed branch alert-job-failed to production

Razzmatazzz commented 1 month ago

.deploy

github-actions[bot] commented 1 month ago

Deployment Triggered 🚀

Razzmatazzz, started a branch deployment to production

You can watch the progress here 🔗

Branch: alert-job-failed

github-actions[bot] commented 1 month ago

Deployment Results ✅

Razzmatazzz successfully deployed branch alert-job-failed to production

Razzmatazzz commented 1 month ago

.deploy

github-actions[bot] commented 1 month ago

Deployment Triggered 🚀

Razzmatazzz, started a branch deployment to production

You can watch the progress here 🔗

Branch: alert-job-failed

github-actions[bot] commented 1 month ago

Deployment Results ✅

Razzmatazzz successfully deployed branch alert-job-failed to production

Razzmatazzz commented 1 month ago

.deploy

github-actions[bot] commented 1 month ago

Deployment Triggered 🚀

Razzmatazzz, started a branch deployment to production

You can watch the progress here 🔗

Branch: alert-job-failed

github-actions[bot] commented 1 month ago

Deployment Results ✅

Razzmatazzz successfully deployed branch alert-job-failed to production

Razzmatazzz commented 1 month ago

.deploy

github-actions[bot] commented 1 month ago

Deployment Triggered 🚀

Razzmatazzz, started a branch deployment to production

You can watch the progress here 🔗

Branch: alert-job-failed

github-actions[bot] commented 1 month ago

Deployment Results ✅

Razzmatazzz successfully deployed branch alert-job-failed to production

Razzmatazzz commented 1 month ago

.deploy

github-actions[bot] commented 1 month ago

Deployment Triggered 🚀

Razzmatazzz, started a branch deployment to production

You can watch the progress here 🔗

Branch: alert-job-failed

github-actions[bot] commented 1 month ago

Deployment Results ✅

Razzmatazzz successfully deployed branch alert-job-failed to production

Razzmatazzz commented 1 month ago

.deploy

github-actions[bot] commented 1 month ago

Deployment Triggered 🚀

Razzmatazzz, started a branch deployment to production

You can watch the progress here 🔗

Branch: alert-job-failed

github-actions[bot] commented 1 month ago

Deployment Results ✅

Razzmatazzz successfully deployed branch alert-job-failed to production

Razzmatazzz commented 1 month ago

.deploy