question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Clarification on "batchReleaseTime"

See original GitHub issue

Could you provide the use case for “batchReleaseTime”? I’m unable to find any documentation related to that.

I guess it has something to do with the time when an exposee key was uploaded to the server, but I’m having trouble understanding the difference between calling /exposed/{batchReleaseTime} and /exposed/{YYYY-MM-DD}.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
ubamreincommented, Apr 27, 2020

Yes almost. The idea is to split the day into buckets (default 2h) and you can get the complete day as you said. Be careful since the timestamp must match a bucket (e.g. timestamp % bucket_length == 0). So your first request should be adjusted to something like /exposed/{Math.floor(now/batch_length)*batch_length}

0reactions
ubamreincommented, Apr 28, 2020

No worries, sorry didn’t mean to sound harsh.

But then I guess we leave it at milliseconds!

Thanks for the inputs!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Batch release process steps - gmp-publishing.com
Step 1: Checking batch manufacture and testing in accordance with defined release procedures · Step 2: Batch certification · Step 3: Batch status...
Read more >
Guideline on Manufacture of the Finished Dosage Form
The EU site responsible for batch release in the EU market should be specified. 4.2. Batch Formula. The batch formula for the intended...
Read more >
Questions and Answers on Current Good Manufacturing ... - FDA
Does CGMP require three successful process validation batches before a new active pharmaceutical ingredient (API) or a finished drug product is released for ......
Read more >
Tips For Improving Your Batch Record Review Process
According to the many global regulations, production and control records should be reviewed and any failure of a batch to meet ...
Read more >
Janssen's Real Time release Using MSPC to enhance batch ...
The Janssen real time release strategy will be presented. Multivariate statistical process modeling is used as a way to guide batch release ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found