Code Monkey home page Code Monkey logo

Comments (6)

scottrobertson avatar scottrobertson commented on July 21, 2024

@ganey how many transactions do you have in YNAB out of interest?

from fintech-to-ynab.

ganey avatar ganey commented on July 21, 2024

1027, my budget only goes back as far as 09/Sept/2016

My Monzo account in YNAB has around 120 transactions

I have 14 'Budget' Accounts , 1 Tracking/Savings account and 4 'Closed' accounts setup in YNAB if they make any difference at all.

from fintech-to-ynab.

ganey avatar ganey commented on July 21, 2024

It's not happy with os in main.py, does it need an import os or something in main.py?

2017-04-26T13:16:01.073611+00:00 app[web.1]: DEBUG:settings:assigning accounts and payees
2017-04-26T13:16:01.077217+00:00 app[web.1]: Traceback (most recent call last):
2017-04-26T13:16:01.077219+00:00 app[web.1]:   File "python/main.py", line 137, in <module>
2017-04-26T13:16:01.077283+00:00 app[web.1]:     port = int(os.environ.get("PORT", 5000))
2017-04-26T13:16:01.077303+00:00 app[web.1]: NameError: name 'os' is not defined
2017-04-26T13:16:01.233591+00:00 heroku[web.1]: Process exited with status 1
2017-04-26T13:16:01.220638+00:00 heroku[web.1]: State changed from starting to crashed

from fintech-to-ynab.

scottrobertson avatar scottrobertson commented on July 21, 2024

Oh woops sorry. Pushed a fix.

So the problem is, heroku only gives us 60 seconds to boot, and we sync with YNAB on boot.

from fintech-to-ynab.

ganey avatar ganey commented on July 21, 2024

Thanks!

It seems to be booting okay now heroku[web.1]: State changed from starting to up

Not sure how long the sync takes overall though.

from fintech-to-ynab.

scottrobertson avatar scottrobertson commented on July 21, 2024

To be honest, i think we are going to just have to introduce optional background jobs. That way we can handle all of the syncing in a background process for larger accounts and it doesnt matter how slow the sync is

from fintech-to-ynab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.