Skip to content

Commit 1cd1687

Browse files
committed
Updated comment
1 parent 372f8ac commit 1cd1687

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugin.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,7 @@ type PG interface {
105105
type PGCallback func(context.Context, any) error
106106

107107
// PGQueue defines methods for interacting with a PostgreSQL-backed task queue.
108-
// It also embeds the Task interface, implying it runs as a background service.
109108
type PGQueue interface {
110-
Task
111-
112109
// RegisterTicker registers a periodic task (ticker) with a callback function.
113110
// It returns the metadata of the registered ticker.
114111
RegisterTicker(context.Context, pgschema.TickerMeta, PGCallback) (*pgschema.Ticker, error)

0 commit comments

Comments
 (0)