Describe the problem/error/question
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your callin.io setup
- callin.io version: 1.3.1
- Database (default: SQLite): postgresql
- callin.io EXECUTIONS_PROCESS setting (default: own, main):
- Running callin.io via (Docker, npm, callin.io cloud, desktop app):
- Operating system: linux
hello, callin.io!
i recently encountered a bug where after restarting my callin.io and callin.io-worker deployments in k8s, when my airflow DAGs called callin.io, I observed the error raise HTTPError(httperrormsg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: callin.io…com.
it suggested checking if callin.io workflows were activated. They were indeed activated in the UI. I spent some time debugging this, and eventually, I simply deactivated and then reactivated the workflows, after which it started working.
Is this a known issue? How can this be prevented?
Hi, I am very sorry you are having trouble.
This does not ring any bells and I was not able to reproduce this problem on the current latest 1.22.6 and recent versions of callin.io 1.24.0. Are you still seeing this after upgrading from your current version 1.3.1?
If so, is there a chance you have updated the workflow status in the db directly? callin.io instances would only read the workflow status when launching, meaning any updates made to the db directly would not be reflected until you restart them.
This thread was automatically closed 90 days following the last response. New replies are no longer permitted.