Sai Charan
Sai Charan
Hi, you can try my fork [jar](https://github.com/charan2628/ripme/releases/tag/1.7.95.1) but the language of the app is different, don't know how to change it.
@git-ashug are you still working on this? @Cliftonz Can I work on this?
@git-ashug In RetryInterceptor response is null in the while condition for starting iteration
Thank you @git-ashug
[Feature][param] The built-in parameters cannot express the beginning date of the month for n-1 days
@12frame did you tried this $[month_begin(yyyy-MM-dd, -1)]
[Feature][param] The built-in parameters cannot express the beginning date of the month for n-1 days
@SbloodyS for this month_begin function first param has to accept expression of this format yyyyMMdd-N, so finally it will look like this $[month_begin(yyyMMdd-1, 0)] and it will also accept old...
@cicoyle I have added scheduleJob API, can you please review once If my approach is right
> Gentle ping @charan2628 - did you address the above? Do you need any assistance? I doing the changes, will push this week
@salaboy @artur-ciocanu I have done the changes mentioned for ScheduleJob API and implemented Delete and GetJob APIs, please review it.
> Hi @charan2628 - mind checking out [this dotnet-sdk Jobs API implementation PR](https://github.com/dapr/dotnet-sdk/pull/1384/files#diff-1b09fc0bc96203d6872fe930cf1affdff0143634f24a2198fae4bdfec86260ed) and align us more with the implementation there? We should include similar validation and builder patterns for...