Parrhesia.Tasks.PartitionRetentionWorker (parrhesia v0.12.0)

Copy Markdown

Periodic worker that ensures monthly event partitions and applies retention pruning.

Summary

Functions

Returns a specification to start this module under a supervisor.

Types

monthly_partition()

@type monthly_partition() :: Parrhesia.Storage.Partitions.monthly_partition()

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts \\ [])

@spec start_link(keyword()) :: GenServer.on_start()