The Wayback Machine - https://web.archive.org/web/20211129225157/https://github.com/topics/apisix
Skip to content
#

apisix

Here are 22 public repositories matching this topic...

gy09535
gy09535 commented Nov 24, 2021

Issue description

Delete route in apisix dashboard is not work.
image

once deleted is dose not work, but twice I got this error.

Expected behavior

When I delete the route, the list of this route should not be in the list.

How to Reproduce

just start the dashboard and delet

Yiyiyimu
Yiyiyimu commented Jul 27, 2021

We tried to build dashboard docker image for ARM in #197 but failed. Since I could build dashboard docker image on m1 so there's nothing to do with the building process itself.

And since it stuck at yarn build, a large chance is free Github Actions machine is lack of memory since we also deploy QEMU to simulate arm environment, as [ref](https://stackoverflow.com/questions/59868448/rpc-error

spacewander
spacewander commented Aug 27, 2021

Issue description

Currently, we have an implicit 60s timeout when running the Go plugin. The common way in Go is to use a Context that will time out after the 60s.

Therefore, we should find a way to introduce Context into plugin runner.

If you are interested in this issue, please discuss your design here before submitting any code. Thanks.

Environment

  • APISIX Go Plugin Runn

Improve this page

Add a description, image, and links to the apisix topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the apisix topic, visit your repo's landing page and select "manage topics."

Learn more