Skip to content

FixedUpdate schedules that take too long enter a cascading failure mode #8543

@alice-i-cecile

Description

@alice-i-cecile

Bevy version

0.10

What you did

Run a fixed time schedule that takes longer to complete than the allocated time.

What went wrong

As the schedule took longer than the FixedTime::period, the accumulated time increases.

The next time we need to run the fixed update schedule, we must run it more times in order to catch up.

This puts us even further behind, worsening the problem...

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-ECSEntities, components, systems, and eventsA-TimeInvolves time keeping and reportingC-BugAn unexpected or incorrect behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions