Skip to content
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

Feature/move hangfire to quartz #5

Merged
merged 6 commits into from
Dec 28, 2022

Conversation

RodriFS
Copy link
Contributor

@RodriFS RodriFS commented Dec 22, 2022

The retry count for the spontaneous jobs for opening of channels, closing of channels and withdrawals is 20 retries, and 10 seconds of delay between each retry for now. We can put it in an env variable if needed.

Quartz migration uses a sql file you can find here: https://github.com/quartznet/quartznet/blob/main/database/tables/tables_postgres.sql

.vscode/launch.json Outdated Show resolved Hide resolved
src/Data/Repositories/ChannelRepository.cs Outdated Show resolved Hide resolved
src/Helpers/PriceConversionHelper.cs Outdated Show resolved Hide resolved
src/Pages/Withdrawals.razor Show resolved Hide resolved
@Jossec101
Copy link
Contributor

@RodriFS Check the conflicts please

@RodriFS RodriFS force-pushed the feature/move-hangfire-to-quartz branch from f59adc6 to 2490737 Compare December 28, 2022 14:09
Copy link
Contributor

@Jossec101 Jossec101 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Jossec101 Jossec101 merged commit b3b905a into develop Dec 28, 2022
@RodriFS RodriFS deleted the feature/move-hangfire-to-quartz branch December 29, 2022 08:12
@Jossec101 Jossec101 mentioned this pull request Jan 3, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants