Andrew Madonna

Results 30 issues of Andrew Madonna

There's an events table, but it's currently not in use. Having high level events recorded for each workflow and task would be useful, particularly in the UI.

enhancement

The parameter is already in place on Tasks and Workflows, but currently does nothing. Log SLA misses and potentially send alerts. Would also be good to plug SLAs into https://github.com/CityOfPhiladelphia/taskflow/issues/6

enhancement

The concurrency property on Tasks and Workflows is not currently enforced. The will not run more than one at a time, but this is needed for on-demand use.

bug

Full blown RBAC or even just user permissions based on tags or individual task and workflows.

enhancement

Be able to add tags to Task and Workflows

enhancement

A single page web interface, ideally done in Vuejs. Requires https://github.com/CityOfPhiladelphia/taskflow/issues/1 Features - Latest recurring workflow and tasks run/instance. Highlighting running,success, fail, etc - List Workflow instances - Filter by...

enhancement

Token or some other form of machine friendly authentication.

enhancement

Sometimes, when long polling a queue, I get a 504 error after waiting. I'm not sure if this is expected behavior, but it bubbles up to the queue get() function...

The presence of a JSON Schema `"enum"` property throws an error. `"enum"`s have to be removed from the JSON Schema in order for the target to work. `"enum"` is useful...

I have the Streaming API running on a node server to get close to real time synce. The bulk API is used twice a day to get anything missed. However...

area:streaming