Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Reports show success when failure due to too many future calls. #3

@chexxor

Description

@chexxor

This is both an issue report and a warning/pitfall to future users.

We were having problems with none of our scheduled reports being delivered successfully, even though the history shows it was successful.

After much investigation, we discovered that too many future calls were being used at one time. This is caused by scheduled too many to be sent at the same time, which causes them all to fail, I believe.

Anyways, the solution is to space them out. Send 10 at 5am, 10 at 6am, 10 at 7am. I believe the limit on future calls is spawning 20 in the same transaction, which voids the transaction.

This seems to be solvable, we just can't find time to design a fix and implement it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions