diff --git a/README.md b/README.md index a40fe09..60d7b83 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ In `pl.read_excel()` “calamine” engine can be used for reading all major typ

(back to top)

-### Worker aware async scheduler +### Worker aware async scheduler :clock1: The project uses the APScheduler library to schedule tasks in the background. The APScheduler library is a powerful and flexible in-process task scheduler with Cron-like capabilities. It allows you to schedule jobs to run at specific times or intervals, and it supports multiple job stores, triggers, and executors.