Christoph Bratschi
Christoph Bratschi
Modified the gulp-babel code and logged the error on console. There was a JavaScript parsing error in babel in my case. The this.emit(error) call is not output to console nor...
Indeed, we are seeing twice executed tasks using this library. Rarely but such race conditions happen.
In our case there are about 20 background tasks per day and we got every week some duplicate runs. In the meantime we moved the business logic to an external...
@leewillis77 Nope, we log this and saw a single instance all the time.
We analyzed your code and the transients are the root cause. There are clearly race conditions and the WordPress developers themselves write in their documentation that transients are not a...
@skeemer no, this is something else.
I informed Google but they could not analyze my failing tokens. It seems all affected tokens are from April to June 2019. To be confirmed soon.
Yes, only new tokens are affected.
pywebpush made some VAPID exp adjustments: https://github.com/web-push-libs/pywebpush/issues/100 They had the same problem.
Hi @marco-c, We are using an Express service i.e. the module is loaded once and stays in memory. About 10 web pushes are sent a day to about 50k subscribers....