boynet / cf-logdna-worker

simple cloudflare worker recipe to send logs into logdna
The Unlicense
26 stars 6 forks source link

mitigate logdna downtime #3

Closed adaptive closed 6 years ago

adaptive commented 6 years ago

Resets lastTimeSent and requests after successful POST to LogDNA, mitigating loss of log data.

boynet commented 6 years ago

what do you think about return the now parameter? like &now=' + Date.now()

adaptive commented 6 years ago

haven't seen any change seen we are submitting in batches