pandas

package
v0.4.0-rc1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 5, 2022 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NodeCrontabCreate

func NodeCrontabCreate(c *core.Context)

NodeCrontabCreate godoc @Summary Creating a scheduled node scheduling task @Description isRetry: 0 no 1 yes @Description retryInterval: the unit is in seconds, 100 means 100s @Tags pandas @Accept json @Produce json @Param node-id path int true "node id" @Param req body view.ReqCreateCrontab true "params" @Success 200 {string} ok @Router /api/v2/pandas/nodes/{node-id}/crontab [post]

func NodeCrontabUpdate

func NodeCrontabUpdate(c *core.Context)

NodeCrontabUpdate godoc @Summary Updating a scheduled node scheduling task @Description isRetry: 0 no 1 yes @Description retryInterval: the unit is in seconds, 100 means 100s @Tags pandas @Accept json @Produce json @Param node-id path int true "node id" @Param req body view.ReqUpdateCrontab true "params" @Success 200 {string} ok @Router /api/v2/pandas/nodes/{node-id}/crontab [patch]

func NodeLockAcquire

func NodeLockAcquire(c *core.Context)

NodeLockAcquire godoc @Summary Force the file edit lock to be acquired @Description Force the file edit lock to be acquired @Tags pandas @Accept json @Produce json @Param node-id path int true "node id" @Success 200 {string} ok @Router /api/v2/pandas/nodes/{node-id}/lock-acquire [post]

func NodeResultListPage

func NodeResultListPage(c *core.Context)

NodeResultListPage godoc @Summary Obtain the node execution result record @Description Obtain the node execution result record @Tags pandas @Accept json @Produce json @Param node-id path int true "node id" @Param req query view.ReqNodeHistoryList true "params" @Success 200 {object} view.RespNodeResultList @Router /api/v2/pandas/nodes/{node-id}/results [get]

func NodeResultUpdate

func NodeResultUpdate(c *core.Context)

NodeResultUpdate godoc @Summary Updates the action on the execution result @Description only support excelProcess update @Tags pandas @Accept json @Produce json @Param result-id path int true "result id" @Param req query view.ReqNodeRunResult true "params" @Success 200 {string} ok @Router /api/v2/pandas/nodes-results/{result-id} [patch]

func WorkerDashboard

func WorkerDashboard(c *core.Context)

WorkerDashboard godoc @Summary Kanban on the execution status of a scheduled task @Description Kanban on the execution status of a scheduled task @Tags pandas @Accept json @Produce json @Param req query view.ReqWorkerDashboard true "params" @Success 200 {object} view.RespWorkerDashboard @Router /api/v2/pandas/workers/dashboard [get]

func WorkerList

func WorkerList(c *core.Context)

WorkerList godoc @Summary The scheduled task list @Description The scheduled task list @Tags pandas @Accept json @Produce json @Param req query view.ReqWorkerList true "params" @Success 200 {object} core.ResPage{data=view.RespWorkerList} @Router /api/v2/pandas/workers [get]

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL