ruanwenjun commented on issue #16938: URL: https://github.com/apache/dolphinscheduler/issues/16938#issuecomment-2579325105
The `TaskInstanceContext` is serialized as JSON string, this class contains the context used or generated by task instance, is an interface, each task can have its own type. On Fri, Jan 3, 2025 at 5:13 PM lile ***@***.***> wrote: > May I ask, will you also write the calculated date parameters into > t_ds_task_instance_context? > And would you do it in the form of fields or JSON? > > Lately, I've been thinking about how to optimize the logic where DEPENDENT > task uses scheduleTime. > The tricky parts right now are database efficiency issues and business > continuity problems caused by new objects and logic, especially the latter, > which will make upgrades quite challenging for 24/7 operation scenarios. > > So, could you please give a hint about the next design step? > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/dolphinscheduler/issues/16938#issuecomment-2568911077>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AFLAR2VHDLWJCJ3F6SN6CJ32IZID5AVCNFSM6AAAAABUOFWNX2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRYHEYTCMBXG4> > . > You are receiving this because you were assigned.Message ID: > ***@***.***> > -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
