koustavnest opened a new issue, #25944: URL: https://github.com/apache/superset/issues/25944
I have installed Apache superset 3.0.1 . I have setup Celery server with Redis in background. I have scheduled an report for specific time. In celery server , it take the message after 30 minutes of scheduled time and delivery the email. Can you please help me where which package should I change to get the scheduled email as per scheduled time. I have faced the same issue in apache superset 2.1.0 and downgrade the packages and it is working fine. pip install Flask==2.1.3 pip install kombu==5.2.4 pip install MarkupSafe==2.1.2 pip install rich==13.3.5 pip install trio-websocket==0.10.2 pip install typing_extensions==4.6.2 pip install urllib3==2.0.2 pip install tzdata==2023.3 But, for Apache superset 3.1.0 ,those package downgrade is not allowed. Can you suggest me how to fix this issue? ### Expected results I want to deliver scheduled report as per time set in Alert/Report not after 30 mins ### Actual results It will pick the scheduled entry after 30 mins of scheduled time and delivered the email. #### Screenshots  If applicable, add screenshots to help explain your problem. ### Environment Linux -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
