Anyone else having problems with `pg_net` not firi...
# help
l
Anyone else having problems with
pg_net
not firing requests?
Also getting
cannot drop extension pg_net because other objects depend on it
error message when trying to disable the
pg_net
extension. I've deleted all my function hooks, dropped triggers and procedures that used it.
Probably something off in my project, created a new one and enabled the extension and everything seems to be working just fine 🤔
m
did you try restarting the Postgres database?
probably you had a bugged version? â˜šī¸
l
I had restarted the project earlier, but it didn't help 😕
I wonder if it got all messed up after I changed the database time zone while I had some cron jobs using pg_net still running 😅
Can't remember if I changed the tz before or after enabling the cron jobs though
I emailed support earlier so they probably will get back to me regarding the project that doesn't work, now I'll just migrate my stuff to the new one and go from there 👍
m
good luck, it's painful to migrate but hopefully the team is ironing all the bugs.
l
Had gotten an email from the support saying that it was a known issue and they had a fix ready to be rolled out, gonna test it out in a bit 👍
Seems to be working!
...and then it broke again 😂 I guess trying to use it in a loop isn't working properly 🤔