farahats9 / sqlalchemy-celery-beat

Celery Periodic Tasks backed by the SQLAlchemy
MIT License
43 stars 6 forks source link

Missing function according to README.md get_beat_session() #7

Closed miguelvalente closed 6 months ago

miguelvalente commented 6 months ago

Hey it's me again. I live to annoy you @farahats9.

The README.md refers to a function get_beat_session(). Is this supposed to be an abstraction on the following?

 session_manager = SessionManager()
 session = session_manager.session_factory(str(settings.DATABASE_URL))
farahats9 commented 6 months ago

No worries you are not annoying me, thank you for pointing out the issues in docs I will update it.