-
Implement the Cron Job parser feature.
-
Im using these dependencies:
```
"dependencies": {
"@react-native-community/datetimepicker": "7.7.0",
"@types/react": "~18.2.45",
"cron-parser": "^4.9.0",
"dotenv": "^16.4.5",
…
-
Similar to cron's API.
```
5 4 * * sun echo "run at 5 after 4 every sunday"
```
-
0 0 0 1 1 ?
at 00:00 at 1 day at January month
0/1 \* \* \* \* ?
every seconds
https://github.com/RedHogs/cron-parser seems to be doing a way better job...
-
So, I have the basic functions working by reading the report files from a directory. Now I want to automate reading the files and insert the data into the database. I have so far been executing ./re…
-
```
[root@vm01 opt]# uname -a
Linux vm01 4.18.0-486.el8.x86_64 #1 SMP Thu Apr 13 17:32:54 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
```
error info:
```
[root@vm01 opt]# ./supervisord ctl stat…
PRNDA updated
3 weeks ago
-
## Current behaviour
When it is Saturday 11:00 am and I set a timer:
- `0 30 0 * * SAT-SUN` result: no timer is set
- `0 30 0 * * SAT,SUN` result: the timer is for the next Saturday instead of tomo…
-
This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/)
## Open
These updates have all been created already. Click…
-
Hey!
It appears that the move to "processed" and "error" might not be working.
All that is happening is that the emails are being marked as Read, but they stay in the Inbox folder.
I also tri…
ghnp5 updated
10 months ago
-
Hi every one
I have a question about config typeorm 0.2.x and nestjs 8
```"@elastic/elasticsearch": "^7.17.11-patch.1",
"@nestjs/apollo": "^10.0.2",
"@nestjs/bull": "^0.6.2",
…