-
Notifications
You must be signed in to change notification settings - Fork 72
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 request: possible to have send() use a specific date time not a delay #315
Comments
Yes this is definitely possible and we'd accept a PR for it. I would need think a bit about it, but some possible ways to do it would be to overload |
I can try dive into the change and see where i end up. Will be quite a bit of learning if i have to go much into the rust side of the plugin. |
The postgres extension itself is all pl/pgsql now. You can add/modify the code in pgmq.sql, then follow the install steps in the contributing guide to install the new code locally as you develop it. |
💎 $250 bounty • TemboSteps to solve:
Thank you for contributing to tembo-io/pgmq! Add a bounty • Share on socials
|
/attempt #315
|
Can I get this assigned? I will push changes in the PR by EOD cc: @ChuckHend |
/attempt #315
|
💡 @Neptune650 submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
@ChuckHend Hey there, I don't think I was rewarded... Could you please check it. |
🎉🎈 @Neptune650 has been awarded $300! 🎈🎊 |
Sorry for delay @Neptune650. Reward should be distributed now. |
@ChuckHend Thanks, I appreciate it. |
Hi, is it possible for a new method or way to send a message when it will become available at a specific date and time. rather than trying to calculate a future date based on the duration
ie
The text was updated successfully, but these errors were encountered: