Giter Club home page Giter Club logo

Comments (4)

FelixMalfait avatar FelixMalfait commented on July 18, 2024 1

@Weiko shouldn't it process jobs synchronously if no worker is set?

from twenty.

greptile-apps avatar greptile-apps commented on July 18, 2024

To resolve the issue of the empty timeline after upgrading from 0.12.0 to 0.20.0, follow these steps:

  1. Backend Changes:

    • Check services/timeline_service.rb for any changes in how timeline activities are fetched. Ensure the fetch_activities method is correctly retrieving data.
    • Review jobs/timeline_upsert_job.rb for any changes in the upserting logic. Ensure the job is correctly processing and saving timeline entries.
  2. Frontend Changes:

    • Inspect components/Timeline.jsx for any changes in state management or rendering logic. Ensure the component is correctly receiving and displaying the timeline data.
    • Verify that the API calls in api/timeline.js are correctly fetching data from the backend and updating the state in the frontend.
  3. Database Migrations:

    • Check db/migrate for any new migrations related to the timeline. Ensure all migrations have been run successfully.

These steps should help identify and resolve the issue with the empty timeline.

Edit Issue Bot Settings

from twenty.

stupkad avatar stupkad commented on July 18, 2024

Where to find db/migrate? Is there any upgrade documentation about that?

from twenty.

Weiko avatar Weiko commented on July 18, 2024

Hi @stupkad, do you have a worker running?
The timeline activity has been updated to now show all kind of events and needs a worker to handle all the asynchronous operations involved in these operations. If you installed it recently it should be there but if you don't have any worker container running you will have to add it (or re-install the project).
Feel free to jump on the discord, we have an Help section where we will be able to guide you if you need.

from twenty.

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.