[
https://issues.apache.org/jira/browse/AIRFLOW-1386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yong-Siang Shih updated AIRFLOW-1386:
-------------------------------------
Description: Currently when the sensor is sleeping, the task process is in
RUNING state and it still consumes resources (because the process does not
terminate). This is a waste of resource, especially when there are thousands of
sensors sleeping and poking. Preferably when it sleeps, it would enter a SLEEP
state and terminate, waiting for scheduler to reschedule it. (was: Currently
when the sensor is sleeping, the task process is in RUNING state and it still
consumes resources (because the process does not terminate). This is a waste of
resource, especially when there are thousands of sensors sleeping and poking.
Preferably when it sleep, it would enter a SLEEP state and terminate, waiting
for scheduler to reschedule it.)
> Add a SLEEP state for sensors
> -----------------------------
>
> Key: AIRFLOW-1386
> URL: https://issues.apache.org/jira/browse/AIRFLOW-1386
> Project: Apache Airflow
> Issue Type: Wish
> Components: scheduler
> Reporter: Yong-Siang Shih
>
> Currently when the sensor is sleeping, the task process is in RUNING state
> and it still consumes resources (because the process does not terminate).
> This is a waste of resource, especially when there are thousands of sensors
> sleeping and poking. Preferably when it sleeps, it would enter a SLEEP state
> and terminate, waiting for scheduler to reschedule it.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)