This website requires JavaScript.
Explore
Help
Sign In
darkhelm
/
notifications-api
Watch
1
Star
0
Fork
0
You've already forked notifications-api
mirror of
https://github.com/GSA/notifications-api.git
synced
2025-12-24 01:11:38 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3267a54ded2127434f4ecea2894bc4be2db2aa9e
notifications-api
/
app
/
notifications
History
Rebecca Law
3267a54ded
Merge branch 'master' into dont-send-message-twice
2016-11-28 16:43:17 +00:00
..
__init__.py
Now that we have discovered that the catch all Exception handler doesn't work, I've created a custom exception (SendNotificationQueueError) that handles this case and an error handler for it.
2016-11-21 15:11:19 +00:00
process_client_response.py
…
process_notifications.py
Sometimes a message is picked up twice of the SQS queue, we need to safe gaurd ourselves for that.
2016-11-25 17:32:01 +00:00
rest.py
Simplify
_filter_query()
function
2016-11-25 11:23:20 +00:00
validators.py
Pushed the cache increment into the shared code that persists notifications.
2016-11-22 12:53:20 +00:00