Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add task scheduler for repitetive tasks #998

Merged
merged 3 commits into from
Oct 14, 2024

Conversation

Acuspeedster
Copy link
Contributor

Pull Request Template

script name -task_scheduler

Brief about script
The Automated Task Scheduler for Repetitive Tasks is a script designed to automate the execution of tasks at scheduled intervals. It allows users to define repetitive tasks, such as sending email alerts, performing data backups, or running any predefined function, and ensures that these tasks are executed automatically without manual intervention. This helps streamline workflows, reduces human error, and improves overall efficiency.

Issue no.(must) - #997

Self Check(Tick After Making pull Request)

  • This issue was assigned to me.
  • One Change in one Pull Request
  • My file is in proper folder (Name of folder should be in lowercase with no space in between) (E.g. meet_schedular)
  • I am following clean code and Documentation and my code is well linted with flake8.
  • I have added README.md and requirements.txt (Include version numbers too e.g. pandas==0.0.1) with my script
  • I have used REPO README TEAMPLATE (Necessary)
  • Just including required dependencies in requirements.txt (Don't include Python version too)

If issue was not assigned to you Please don't make a PR. It will marked as invalid.

@Acuspeedster
Copy link
Contributor Author

All checks passed , was assigned to me.

@pawangeek pawangeek linked an issue Oct 14, 2024 that may be closed by this pull request
1 task
@pawangeek pawangeek merged commit bcdccd5 into python-geeks:main Oct 14, 2024
2 checks passed
@pawangeek pawangeek added hacktoberfest Supporting Hacktoberfest hacktoberfest-accepted Supporting completion of hacktober fest labels Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Supporting Hacktoberfest hacktoberfest-accepted Supporting completion of hacktober fest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Automated Task Scheduler for Repetitive Tasks
2 participants