Skip to content

Releases: ifwe/redecs

Disable pub-sub system

17 Aug 22:47
Compare
Choose a tag to compare

Disable the pub-sub system in favor of polling. The pub-sub system creates too many route53 updates with all the containers, causing us to get rate limited.

Run redecs_agent in Docker containers instead

31 Mar 08:17
Compare
Choose a tag to compare

Removed the Docker daemon logic from redecs_agent. This should now be run inside containers. It uses the SERVICE_NAME environment variable.

Add Redis Pub/Sub and Docker event handling

17 Nov 10:10
Compare
Choose a tag to compare
0.8

Forgot to call Start() on router

Fix healthcheck blocking red53_agent

16 Nov 07:10
Compare
Choose a tag to compare
0.7

Make http healthcheck async

Add basic healthcheck to red53_agent for ECS

16 Nov 06:12
Compare
Choose a tag to compare
0.6

Add healthcheck to red53_agent

Change defaults to sane values in red53_agent

16 Nov 05:57
Compare
Choose a tag to compare

Check every minute instead of every 5. TTL of 60 seconds was absurd

Fixed issues in red53_agent

16 Nov 04:56
Compare
Choose a tag to compare
  • This has been tested and works

Fixed timestamps not updating by redecs_agent

16 Nov 00:49
Compare
Choose a tag to compare
0.3

Don't want zaddnx -- want zadd.

Added red53 agent

16 Nov 00:06
Compare
Choose a tag to compare
Added red53 agent Pre-release
Pre-release
Merge pull request #2 from ifwe/add-red53-agent

Add red53_agent

Initial release

15 Nov 06:30
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
Merge pull request #1 from ifwe/add-redecs-agent

Add redecs_agent