Ali Essam

Results 3 issues of Ali Essam

Starting from Grafana v4, when working with Nested Queries in graphite metrics, Grafana frontend generates an extra field for each `Target` called `targetFull`, which is basically a recursive expansion of...

When fetching a message from SQS, `visibilityTimeout` _(Duration (in seconds) that the received messages are hidden from subsequent retrieve requests.)_ is determined at request time In some cases, the timeout...

enhancement

Utility function that facilitates routing different jobs to different handlers. For example ```js const handler = new JobRouter({ key: 'type', handlers: { 'type_1': handler1Foo, 'type_2': handler2Foo, }, defaultHandler: defaultHandlerFoo })...

enhancement