Skip to content

Example Submission causes time out #3

@chuanli11

Description

@chuanli11

Lambda Scenarios timed out once the following is added to plugins/registry.py.

from submissions.example_team.example_scenario.plugin import ExampleScenarioPlugin

They worked without the above line. Increase 30 sec limit doesn't help.

Example Submission also times out -- I tried replacing the original SCENARIO_PLUGINS by the following:

SCENARIO_PLUGINS = {
    "portfolioiq": PortfolioIQPlugin,
    "thingularity": ThingularityPlugin,
    "example_scenario": ExampleScenarioPlugin,
}
Image

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