my fix worked out though 👌 basically stopping weird situation of repeated pubsub messages getting sent by GCP's cloud scheduler, DESPITE "exactly-one-delivery" being enabled
@f0x it is! it's called the scheduler-proxy. it has a bunch of scheduled tasks by GCP where pubsub messages are sent at specific times and on message received it makes calls to specific endpoints of other services. performing things exactly once is very important because it handles monthly tasks related to payment scheduling etc
@f0x it is! it's called the scheduler-proxy. it has a bunch of scheduled tasks by GCP where pubsub messages are sent at specific times and on message received it makes calls to specific endpoints of other services. performing things exactly once is very important because it handles monthly tasks related to payment scheduling etc