3

I don't understand why this isn't working, I set up a pgAgent job to send a NOTIFY from the database every hour

enter image description here

The steps

enter image description here

The schedule

enter image description here

Elena
  • 1,719
  • 19
  • 24
  • What makes you think it's not working? What is recieving the notify (or supposed to)? IIRC most client do not "react" to notify (async) but rather require pseudo polling. – Adam Gent Jun 25 '15 at 14:38
  • Another app that receives all of the notify's isn't receiving that particular notify, it deals fine with others... – Elena Jun 25 '15 at 14:57

1 Answers1

2

Turns out that problem was that heroku doesn't support agAgent and the database was running on heroku, I ended making a work around the scheduling tasks using windows task scheduler - it's not the best solution but it does the job I needed to do...

Elena
  • 1,719
  • 19
  • 24