Skip to content

Error throwing all the time and losing access to the webUI #55

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
amour86 opened this issue May 18, 2025 · 7 comments
Closed

Error throwing all the time and losing access to the webUI #55

amour86 opened this issue May 18, 2025 · 7 comments

Comments

@amour86
Copy link

amour86 commented May 18, 2025

2025-05-18 21:25:40,970 [ERROR] [Thread-2] [Reconcile] WATCHDOG: Reconciliation taking too long (190.0s)! Forcing completion.

@martadams89
Copy link
Contributor

Try removing your state.json file or volume and restarting your container

@martadams89
Copy link
Contributor

Actually, I just updated and get a similar issue, even after deleting my state.json file

It looks like the timeout on the reconciliation step might be too aggressive @ChrispyBacon-dev

@martadams89
Copy link
Contributor

Line 1627 has max_total_time = 180 hard coded. Can this be made a variable or extended @ChrispyBacon-dev

(On mobile right now so can't make a decent PR..)

@ChrispyBacon-dev
Copy link
Owner

Thanks I look into it on the weekend 👍
I spin up some test instances and delete state.json as well.

@muava12
Copy link

muava12 commented May 23, 2025

also have this issue

@ChrispyBacon-dev
Copy link
Owner

changed to max_total_time = 240

@martadams89
Copy link
Contributor

Still getting this issue @ChrispyBacon-dev


2025-05-23 22:51:05,071 [INFO] [DockerEventListener] Successfully connected to Docker event stream.
2025-05-23 22:51:20,068 [INFO] [ReconciliationThread] [Reconcile Thread] Starting state reconciliation...
2025-05-23 22:51:20,068 [INFO] [Thread-1] Started reconciliation in background thread ReconciliationThread
2025-05-23 22:51:24,950 [INFO] [ReconciliationThread] [Reconcile] Found 30 running hostnames with DockFlare labels.
2025-05-23 22:55:30,069 [ERROR] [Thread-2] [Reconcile] WATCHDOG: Reconciliation taking too long (250.0s)! Forcing completion.

I think this value should be an env variable so it can be customised, I guess for a large number of records it might take time to parse

For what it's worth I'm using the external Cloudflare tunnel mode...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants