[
https://issues.apache.org/jira/browse/AIRFLOW-5948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17094131#comment-17094131
]
ASF GitHub Bot commented on AIRFLOW-5948:
-----------------------------------------
stale[bot] commented on pull request #7694:
URL: https://github.com/apache/airflow/pull/7694#issuecomment-620366014
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you for
your contributions.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
> Replace SimpleDag with serialized version
> -----------------------------------------
>
> Key: AIRFLOW-5948
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5948
> Project: Apache Airflow
> Issue Type: Improvement
> Components: core, scheduler
> Affects Versions: 2.0.0, 1.10.7
> Reporter: Kaxil Naik
> Assignee: Kaxil Naik
> Priority: Critical
> Labels: dag-serialization
>
> Replace SimpleDag with serialized version (json over multiprocessing) in
> SchedulerJob etc., no other change in scheduler behaviour. (This doesn't make
> sense long term, but does tidy up the code)
> Currently, we have 2 Serialized Representation:
> # SimpleDags (were created because SimpleDags were not pickleable)
> # Serialized DAG
> We should remove SimpleDags
--
This message was sent by Atlassian Jira
(v8.3.4#803005)