You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have an automatic way to perform testing via postman against a deployment of hedera-json-rpc-relay.
Solution
Initially the idea of running this as cronjob works here. This would allow for configuring the test to run periodically plus then a job template is available to run these test on an on-demand basis as well.
Alternatives
Kubernetes has readiness, liveness, and startup gates now that can be utilized to run tests periodically and on redeployment. This could be a cleaner solution but requires some research on the new API available.
The text was updated successfully, but these errors were encountered:
Problem
Have an automatic way to perform testing via postman against a deployment of hedera-json-rpc-relay.
Solution
Initially the idea of running this as cronjob works here. This would allow for configuring the test to run periodically plus then a job template is available to run these test on an on-demand basis as well.
Alternatives
Kubernetes has readiness, liveness, and startup gates now that can be utilized to run tests periodically and on redeployment. This could be a cleaner solution but requires some research on the new API available.
The text was updated successfully, but these errors were encountered: