Sign inSign up

nabeken/delayd2

By nabeken

•Updated over 9 years ago

Delayd2

Image
0

2.7K

nabeken/delayd2 repository overview

⁠delayd2

Build Status BSD License

delayd2 is an available setTimeout() service for scheduling message sends.

delayd2 stores scheduling information on clustered (aka streaming replication) PostgreSQL instances as a stable storage layer. MySQL (or Amazon Aurora) support is also planned.

⁠Message Format

Message bodies are forwarded unchanged from received messages after their delay elapses.

All Delayd directives are taken from SQS Message Attributes⁠.

⁠Required Message Attributes
  • delayd2-delay (Integer): Delay time in second before emitting this message.
  • delayd2-relay-to (String): Queue name for relaying this message.

⁠Acknowledgement and License

delayd2 is my whole rework against nabeken/delayd⁠ which was an fork of goinstant/delayd⁠.

© 2015 Ken-ichi TANABE. Licensed under the BSD 3-clause license.

Tag summary

Content type

Image

Digest

sha256:a99ffe759…

Size

352.2 MB

Last updated

almost 10 years ago

docker pull nabeken/delayd2