Skip to content

refactor auto_tick.xsh #657

@CJ-Wright

Description

@CJ-Wright

It would be great to refactor auto_tick.xsh. I the main thing that needs to happen is the break up of the run function. Since it does everything, from cloning the bot's fork to issuing the PR we have rather limited opportunities to parallelize parts of the execution. For instance, we might make all but the GH API bits run in parallel, since they are mostly IO bound. However, we want to limit our exposure to the GH API so we don't run into timeouts and such.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions