Hi, i'm having an issue with airbyte (version 0.30...
# troubleshooting
n
Hi, i'm having an issue with airbyte (version 0.30.25-alpha) where some time ago the sync scheduler stopped working. I have a job configured to sync with 5 minute frequency however no sync is occurring on this schedule. There is nothing in the scheduler log to indicate any sync attempt is made on this 5 minute schedule. The schedule was working initially when set up but at some point several weeks ago it stopped working. I would like to avoid restarting the service if possible to resolve this. Does anyone have any tips on where to look in the system logs?
o
loading...
loading...
loading...
n
after looking at the postgres db that airbyte uses, i can see no attempts even being made according to the configured schedules
m
You need to restart the scheduler @Nick Chao
docker restart airbyte-scheduler
n
thanks @Marcos Marx (Airbyte)! this did the trick, but i was hoping to figure out the root cause