Closed RealZimboGuy closed 2 weeks ago
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 pgmq.send()
so that the delay
parameter accepts either an integer or a timestamp type. OR, perhaps we add a new function pgmq.send_at()
.
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.
/attempt #315
with your implementation plan/claim #315
in the PR body to claim the bountyThank you for contributing to tembo-io/pgmq!
Add a bounty âĸ Share on socials
Attempt | Started (GMT+0) | Solution |
---|---|---|
đĸ @Saturn225 | Oct 17, 2024, 1:22:41 PM | WIP |
đĸ @Neptune650 | Oct 17, 2024, 8:29:47 PM | #320 |
/attempt #315
Algora profile | Completed bounties | Tech | Active attempts | Options |
---|---|---|---|---|
@Saturn225 | 1 bounty from 1 project | Rust, Scala, HTML |
īš302 |
Cancel attempt |
Can I get this assigned? I will push changes in the PR by EOD
cc: @ChuckHend
/attempt #315
Algora profile | Completed bounties | Tech | Active attempts | Options |
---|---|---|---|---|
@Neptune650 | 2 bounties from 2 projects | C++, C, Python & more |
Cancel attempt |
đĄ @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! đđ
@ChuckHend Hey there, I don't think I was rewarded... Could you please check it.
Sorry for delay @Neptune650. Reward should be distributed now.
@ChuckHend Hey there, I don't think I was rewarded... Could you please check it.
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