Karthikeyan Chinnakonda
56e40e1d0e
server: add a new metadata API to return all the cron triggers
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3464
GitOrigin-RevId: 97b043ec0b4194cde83f2d78c3dc963cf0414c29
2022-01-27 06:44:37 +00:00
Sameer Kolhar
631f39cadf
server: fix flaky test_check_events_statuses
test
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2467
Co-authored-by: paritosh-08 <85472423+paritosh-08@users.noreply.github.com>
GitOrigin-RevId: a6388397dae11e38962321915c06496cc57ffd64
2021-10-22 05:55:59 +00:00
Sameer Kolhar
2a5d3a9432
server: skip TestScheduledEvent
due to flakiness
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2473
GitOrigin-RevId: 2edf923f97aadf621cd9fc08163094c357f3beaa
2021-09-30 10:03:49 +00:00
Sameer Kolhar
bafefac73d
server: update create_scheduled_event
API to respond with event_id
...
https://github.com/hasura/graphql-engine-mono/pull/2313
GitOrigin-RevId: a72880734074105d55bb387fdb5d1a9f5fac1d72
2021-09-13 18:01:55 +00:00
Karthikeyan Chinnakonda
72c24eea69
server: fix cron trigger bug of new events not getting generated when cron trigger is imported via metadata
...
Co-authored-by: Rakesh Emmadi <12475069+rakeshkky@users.noreply.github.com>
GitOrigin-RevId: 1a9076e039ba2c8da898683c64ef988fb8512eae
2021-05-26 16:20:19 +00:00
kodiakhq[bot]
a935746e17
Integration test improvements (for speed/clarity), also increase polling interval for scheduled events
...
This claws back ~7min from integration tests (run serially, as with `dev.sh test --integration`
Further improvements would do well to focus on optimizing metadata operations, as `setup` dominates
GitOrigin-RevId: 76637d6fa953c2404627c4391447a05bf09355fa
2021-04-27 05:35:26 +00:00
Rakesh Emmadi
a2cf9a53c2
server: move to storing metadata as a json blob ( #115 )
...
GitOrigin-RevId: 3d1a7618a4ec086c2d255549a6c15087201e9ab0
2020-12-08 14:23:28 +00:00
Karthikeyan Chinnakonda
3e10eb6694
don't send created_at in the payload in case of cron triggers
2020-09-08 12:18:00 +05:30
Karthikeyan Chinnakonda
5270ca8f09
add a comment about the increased timeout
2020-09-07 22:31:32 +05:30
Karthikeyan Chinnakonda
a8f7766780
increase the timeout for cron trigger test
2020-09-07 19:55:16 +05:30
Karthikeyan Chinnakonda
3a725df4da
increase the timeout of the cron trigger test
2020-09-07 16:26:55 +05:30
Karthikeyan Chinnakonda
b548a8e008
add test for checking the value of created_at
2020-09-07 13:50:12 +05:30
Karthikeyan Chinnakonda
ee6797a8d8
refactor StandAloneEvent to OneOffEvents
2020-09-07 11:45:15 +05:30
Karthikeyan Chinnakonda
9ef6de5113
server: include additional fields in scheduled trigger webhook payload ( #5262 )
...
* include scheduled triggers metadata in the webhook body
Co-authored-by: Tirumarai Selvan <tiru@hasura.io>
2020-07-03 06:25:07 +05:30
Karthikeyan Chinnakonda
6a58c144f5
server: fix updating of headers behaviour in the update cron trigger API and create future events immediately ( #5151 )
...
* server: fix bug to update headers in an existing cron trigger and create future events
Co-authored-by: Tirumarai Selvan <tiru@hasura.io>
2020-06-23 20:51:34 +05:30
Tirumarai Selvan
cc8e2ccc78
Scheduled triggers ( close #1914 ) ( #3553 )
...
server: add scheduled triggers
Co-authored-by: Alexis King <lexi.lambda@gmail.com>
Co-authored-by: Marion Schleifer <marion@hasura.io>
Co-authored-by: Karthikeyan Chinnakonda <karthikeyan@hasura.io>
Co-authored-by: Aleksandra Sikora <ola.zxcvbnm@gmail.com>
2020-05-13 18:03:16 +05:30