Andrii Stelmashenko

Results 18 comments of Andrii Stelmashenko

I'm getting the same error. Can not render timeline, here are details. Error log: [conductor-wf.log](https://github.com/Netflix/conductor/files/8762862/conductor-wf.log) WF json: [conductor-wf-json.log](https://github.com/Netflix/conductor/files/8762874/conductor-wf-json.log)

@manan164, thank you for the fix. Does anything prevent merging of this fix?

@zroubalik , yes I do. Added to knative.yaml as well.

@zroubalik , is anything else needed? is it ok to merge?

> I'm wondering if a possible spec update should include Annotations only or Labels are also could be of interest. Yes, labels are interesting as well, e.g. we need to...

@manan164 , Yes we are using lock (Redis). What I have in mind is upgrade of conductor. E.g. we fixed something in our custom task and re-deploying conductor with thousands...

I tried to think about about function's signature, but it is not only signature. The Send function it self should be changed. I'd say it is not necessary to try...

I have got the same issue. I see there was an issue and it is in fixed state https://github.com/conductor-oss/conductor/pull/92 There are no instructions how to fix that. Can anybody assist...

Investigating code I see ``` private void createIndexesTemplates() { try { initIndexesTemplates(); updateIndexesNames(); Executors.newScheduledThreadPool(1).scheduleAtFixedRate(this::updateIndexesNames, 0, 1, TimeUnit.HOURS); } catch (Exception e) { logger.error("Error creating index templates!", e); } } ```...