Workflow Jobs not being Created

For the last couple of days, whenever a workflow is started due to a scheduled cron job, a pull request being submitted, or a merge into our main branch is complete none of the jobs from that workflow are actually created. I can’t click on them, trying to navigate to them by job ID, (e.g. https://circleci.com/bb/org/repo/{{jobID+1}}) gives me a 404, and they are not listed in the Jobs section of CircleCI.

The workflows are just stuck in a running state but nothing is happening.

I’ve tried cancelling, rebuilding, submitting new ones, re-triggering the webhooks, stopping the whole project from building and setting up the project again, contacting support (3 times!, No response in 5 days)

There was no change in the .circleci/config.yml file from when the workflows were working to when they stopped.