We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$flagd.timestamp
The flagd in-process evaluator needs to have $flagd.timestamp added, so that users can write time-based JsonLogic rules.
See here for doc, and here for the flagd-standalone implementation.
You'll need to add a standard unix timestamp (seconds since 1970) to the evaluation context, similar to the flagKey, here.
The text was updated successfully, but these errors were encountered:
ill do it
Sorry, something went wrong.
Relates to: open-feature/flagd-testbed#74
Done with #512
Thanks @DBlanchard88 !
chore(deps): update amannn/action-semantic-pull-request digest to 002…
8b9e050
…82d6 (open-feature#490) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
DBlanchard88
No branches or pull requests
The flagd in-process evaluator needs to have
$flagd.timestamp
added, so that users can write time-based JsonLogic rules.See here for doc, and here for the flagd-standalone implementation.
You'll need to add a standard unix timestamp (seconds since 1970) to the evaluation context, similar to the flagKey, here.
The text was updated successfully, but these errors were encountered: