[GH-ISSUE #5563] [Feature] - Auto run bank sync via cron #9335

Closed
opened 2026-04-10 19:37:25 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @seriouslag on GitHub (Aug 16, 2025).
Original GitHub issue: https://github.com/actualbudget/actual/issues/5563

Verified feature request does not already exist?

  • I have searched and found no existing issue

💻

  • Would you like to implement this feature?

Pitch: what problem are you trying to solve?

I am the maintainer of https://github.com/seriouslag/actual-auto-sync
This is a tool that runs the Bank Sync on a schedule.

I would like to see this feature in the main repo and a UI, and would like some feedback on whether this is a feature that is in alignment with the project.

I have the energy to add the backend sync and frontend UI changes with support.

Describe your ideal solution to this problem

My ideal solution is a setting where the user can configure a time for the auto bank sync.

Teaching and learning

No response

Originally created by @seriouslag on GitHub (Aug 16, 2025). Original GitHub issue: https://github.com/actualbudget/actual/issues/5563 ### Verified feature request does not already exist? - [x] I have searched and found no existing issue ### 💻 - [x] Would you like to implement this feature? ### Pitch: what problem are you trying to solve? I am the maintainer of https://github.com/seriouslag/actual-auto-sync This is a tool that runs the Bank Sync on a schedule. I would like to see this feature in the main repo and a UI, and would like some feedback on whether this is a feature that is in alignment with the project. I have the energy to add the backend sync and frontend UI changes with support. ### Describe your ideal solution to this problem My ideal solution is a setting where the user can configure a time for the auto bank sync. ### Teaching and learning _No response_
GiteaMirror added the feature label 2026-04-10 19:37:25 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Aug 16, 2025):

Thanks for sharing your idea!

This repository uses a voting-based system for feature requests. While enhancement issues are automatically closed, we still welcome feature requests! The voting system helps us gauge community interest in potential features. We also encourage community contributions for any feature requests marked as needing votes (just post a comment first so we can help guide you toward a successful contribution).

The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+

Don’t forget to upvote the top comment with 👍!

<!-- gh-comment-id:3193301841 --> @github-actions[bot] commented on GitHub (Aug 16, 2025): :sparkles: Thanks for sharing your idea! :sparkles: This repository uses a voting-based system for feature requests. While enhancement issues are automatically closed, we still welcome feature requests! The voting system helps us gauge community interest in potential features. We also encourage community contributions for any feature requests marked as needing votes (just post a comment first so we can help guide you toward a successful contribution). The enhancement backlog can be found here: https://github.com/actualbudget/actual/issues?q=label%3A%22needs+votes%22+sort%3Areactions-%2B1-desc+ Don’t forget to upvote the top comment with 👍! <!-- feature-auto-close-comment -->
Author
Owner

@seriouslag commented on GitHub (Aug 16, 2025):

My thoughts on what I need to add

  • is an API endpoint or modify an existing one to handle adding a new setting
  • New text input box that you can enter a cron time, with validations.

Note:

  • This setting will be set per budgetId
  • I am thinking something like bankSyncCron
  • On server startup, if there is a bankSyncCron, then we will register the cron
  • on tick - we will run the bankSync for all accounts.

Questions:

  • Where is the entry point for the server, in code?
  • Where would I look, in code, to set a new setting per budget?
  • What is the policy on adding a new npm package, I would add the cron package?
<!-- gh-comment-id:3193336249 --> @seriouslag commented on GitHub (Aug 16, 2025): # My thoughts on what I need to add - is an API endpoint or modify an existing one to handle adding a new setting - New text input box that you can enter a cron time, with validations. # Note: - This setting will be set per budgetId - I am thinking something like `bankSyncCron` - On server startup, if there is a `bankSyncCron`, then we will register the cron - on tick - we will run the bankSync for all accounts. # Questions: - Where is the entry point for the server, in code? - Where would I look, in code, to set a new setting per budget? - What is the policy on adding a new npm package, I would add the `cron` package?
Author
Owner

@youngcw commented on GitHub (Aug 16, 2025):

Closing as duplicate of #3831.

I think it would be a very nice thing to have as a plugin once that gets finished

<!-- gh-comment-id:3193831086 --> @youngcw commented on GitHub (Aug 16, 2025): Closing as duplicate of #3831. I think it would be a very nice thing to have as a plugin once that gets finished
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#9335