From notifications-return-40860-archive-asf-public=cust-asf.ponee.io@superset.apache.org Thu May 14 11:56:21 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 24105180621 for ; Thu, 14 May 2020 13:56:21 +0200 (CEST) Received: (qmail 14714 invoked by uid 500); 14 May 2020 11:56:20 -0000 Mailing-List: contact notifications-help@superset.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.apache.org Delivered-To: mailing list notifications@superset.apache.org Received: (qmail 14704 invoked by uid 99); 14 May 2020 11:56:20 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 May 2020 11:56:20 +0000 From: =?utf-8?q?GitBox?= To: notifications@superset.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bincubator-superset=5D_thammaneni_opened_a_new_issu?= =?utf-8?q?e_=239804=3A_How_to_find_redis_tasks_meta_data_information_in_sup?= =?utf-8?q?erset_schedule_job_tracking=3F?= Message-ID: Date: Thu, 14 May 2020 11:56:20 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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 -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