Two users, recurring transactions are duplicated (cron) #9725
-
Me an my wife are both using Firefly III. And we both have recurring transactions but they are always inserted twice. I am also calling the cron job from crontab once per day, but for two different tokens. One from her and one from me. Like this: 0 3 * * * curl https://domain.com/api/v1/cron/4b8f95edd9c1a2156f22cbdyy Is this causing duplicated transactions? Should I call this cron job only once and it will handle recurring transactions for both of us? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hey, thanks for starting a discussion. The cron job will handle the recurring transactions for both of you. I'll check the code and i see if this isn't a bug. |
Beta Was this translation helpful? Give feedback.
I have expanded the text on that page. I hope it helps with this concept :)
https://docs.firefly-iii.org/how-to/firefly-iii/advanced/cron/