Jasbir

Results 8 issues of Jasbir

**In the integration environment we need to frequently change feign client url due to some unavoidable circumstances** Deploying application everytime after change in the feign client url is not a...

enhancement
help wanted

Refer #710 - Created a model class `RefreshableUrl` to wrap url. - Created `RefreshableUrlFactoryBean` to create instance of `RefreshableUrl` bean with applicable configuration properties. - Created `RefreshableHardCodedTarget` to serve url...

in progress

While working on the PR with @vivianzheng404 on the PR - #32 we realised that we should opt for the exception handling design which is similar to conductor version v3.13.5....

enhancement
help wanted

While working on the PR with @vivianzheng404 on the PR - https://github.com/jas34/scheduledwf/pull/32, we realised that the conductor has changed `IDGenerator` from static class to a spring bean (Ref https://github.com/Netflix/conductor/pull/2910). For...

enhancement
help wanted

While working on the PR with @vivianzheng404 on the PR - https://github.com/jas34/scheduledwf/pull/32 we realised that the conductor has introduced a priority parameter within the workflow start method. In PR #32...

enhancement
help wanted

DELETE /scheduling/metadata/scheduleWf/{name} should be exposed from Scheduled Workflow Metadata Management resource. Delete should: - mark metadata definition for DELETE and with deletion time of future. - `DefaultSchedulerManager` should cancel running...

enhancement

As of today `Scheduler Management` offers only three APIs: 1. GET /scheduler/managers - returns list of scheduler managers 2. GET /scheduler/scheduled/workflows - returns a list of scheduled workflows based on...

enhancement