Pub sub is not retrying after an encountering an error in cloud function
I have 2 cloud functions, one cloud function publishes the message, and the other cloud function(transform.js) gets triggered from the published message. Now in the transform cloud function, I am trying to insert it into a big query table, but there are some cases where it will throw an error like the table does not exist or schema mismatch, In such cases the publisher should resends the data after some time.