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

(hardly-feasible) fix: payment reminder is not working #8

Open
iamgiolaga opened this issue Nov 12, 2022 · 2 comments
Open

(hardly-feasible) fix: payment reminder is not working #8

iamgiolaga opened this issue Nov 12, 2022 · 2 comments

Comments

@iamgiolaga
Copy link
Owner

Bug Report

What

When reaching the target number, a new handler is added to the queue to notify participants if everybody has paid. Currently this mechanism is not working.

How to replicate it

Let people start a new game, reach the target number: the reminder should arrive two hours after the date and the time of the match, but no alert is arriving

@iamgiolaga
Copy link
Owner Author

iamgiolaga commented Nov 1, 2024

update: I didn't deep dive on it but this could be a non-feasible feature that I attempted when I had less knowledge about the technology.

Because we use wait-notify paradigm and we go in idle, probably this cannot work.

We can evaluate implementing this as an external scheduled solution that every X executes code.

Possible option could be creating a Make scenario

@iamgiolaga iamgiolaga changed the title Bug: payment reminder is not working (hardly-feasible) fix: payment reminder is not working Nov 1, 2024
@iamgiolaga
Copy link
Owner Author

iamgiolaga commented Nov 3, 2024

We can evaluate implementing this as an external scheduled solution that every X executes code.

Possible option could be creating a Make scenario

about this, not viable as long as I have a free db instance that I need to reconfigure each month because credentials changing

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

1 participant