lrosenman edited a comment on issue #9212: azure extensions: task log kill 
crashes with "Not Implemented".
URL: https://github.com/apache/druid/issues/9212#issuecomment-590616757
 
 
   ```
   druid=# select count(*) from druid_tasks where created_date::timestamptz < 
now() - '30 days'::interval and not active;
    count
   --------
    949649
   (1 row)
   ```
   
   If I change the select count(*) to delete, is this safe?

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to