-
Notifications
You must be signed in to change notification settings - Fork 7
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
Hangfire Clean up #27
Comments
Hi there, |
Thanks for looking into this. Here are the results:
I manually ran this to clean this up:
|
The above query pushes the AWS Aurora Postgres to limits. Any query you suggest to cleanup this table? |
I ran this query to cleanup:
It took 15 mins. And then:
Now it has only three rows |
Thanks for the info you provided! What version of package do you use now? |
|
Now, I see a new weird behaviour: autovacuum: VACUUM hangfire.counter is continuously timing out. |
It looks like autovacuum is enabled in AWS Aurora Postgres by default. You can try to launch it manually in query console. |
Please refer to the following at the bottom:
HangfireIO/Hangfire#1705
The text was updated successfully, but these errors were encountered: