Skip to content
Advertisement

Tag: notifications

S3 notifications generating multiple events and how to handle them

There is this S3 notification feature described here: Amazon S3 event notifications are designed to be delivered at least once. Typically, event notifications are delivered in seconds but can sometimes take a minute or longer. and discussed here. I thought I could mitigate the duplications a bit by deleting files I have already processed. The problem is, when a second

desktop notifications in service

I wrote a python program that get messages from server and invokes windows notification. I turned the program into a one file executable using pyinstaller, the program works perfect when running as an app. when I turned it into a service on windows 10 using nssm.exe, the service still works well(listen & response to the server) but the notifications do

Advertisement