JY
JY
# 问题 请问如果我想改变一些您已经定义好的任务的cron时间和默认变量,比如说宠汪汪喂食我想让他每个小时检查一次,并每次喂40g,将它对应的cron改为 ``` 10 * * * * /scripts/jd_joy_feed.py >> /scripts/logs/jd_joy_feed_`date "+\%Y-\%m-\%d"`.log 2>&1 ``` 将`jd_joy_feed.py`中的默认80改为20,并覆盖到原先脚本使其不受每天两次的dockers-entrypoint的初始化影响应该怎么做? # 目前尝试 ### 1. 将自定义的如上命令写入`/scripts/.crontab.sh`并保存,但是此脚本完全停止运行。 ### 2. 将`jd_joy_feed.py`中的`# @Cron : 10 */3 * *...
cron时间更改
大佬,请问一下我人在国外,需要设置系统时间为国内吗还是我可以修改脚本的时间来适应我这边的时区呢?
手动执行结果直接失败
### Description I was using the pre-defined model `trax.models.rnn.LSTMSeq2SeqAttn()` to train on a NLP dataset, which is transformed to vectors. The training was okay and I have the saved model...
Hi, thanks for this wonderful script. It works great. I just have one piece of advice and this doesn't necessarily fit everyone. My music folder is further divided by musician...