You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/05/14 11:56:20 UTC

[GitHub] [incubator-superset] thammaneni opened a new issue #9804: How to find redis tasks meta data information in superset schedule job tracking?

thammaneni opened a new issue #9804:
URL: https://github.com/apache/incubator-superset/issues/9804


   Hi All,
   
   I am running email scheduling jobs in superset, using redis db as Broker url and Results backend storage url. I have scheduled 15 jobs in every one hour. there some times 1 job is missing out of 15. I verified celery worker log to identify the missing job but unlikely no failed/error info was recorded. 
   
   I was verified in redis queue, it was having list of task id's in queue. How will know which taskid is for which job and is there any place redis store task meta data info about success/failure job like that. Please suggest your ideas or some kind documentation related to redis interactive commands kind of.
   
   below is the command i am using to check tasks in redis queue:
   redis-cli -h <HostName> -p 6379 -n 5 keys \*
   
   Versions:
   python 3.7
   superset0.36.0
   redis==3.4.1
   celery==4.4.2


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] stale[bot] closed issue #9804: How to find redis tasks meta data information in superset schedule job tracking?

Posted by GitBox <gi...@apache.org>.
stale[bot] closed issue #9804:
URL: https://github.com/apache/incubator-superset/issues/9804


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] stale[bot] commented on issue #9804: How to find redis tasks meta data information in superset schedule job tracking?

Posted by GitBox <gi...@apache.org>.
stale[bot] commented on issue #9804:
URL: https://github.com/apache/incubator-superset/issues/9804#issuecomment-657538826


   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. For admin, please label this issue `.pinned` to prevent stale bot from closing the issue.
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org