Skip to content

Pico shutdown should have a timeout configuration #6434

Closed
@trentjeff

Description

@trentjeff

See DefaultPicoServices.doShutdown().

            return es.submit(shutdown)
                    // note to self: have an appropriate timeout config for this
//                    .get(cfg.activationDeadlockDetectionTimeoutMillis(), TimeUnit.MILLISECONDS);
                    .get();

Metadata

Metadata

Assignees

Labels

4.xVersion 4.xdeclarativeHelidon Declarative

Type

No type

Projects

Status

Closed

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions