Adrian Moennich a5595615a4 LiveSync: Use efficient queries in queue runs
While simplify is still very spammy in case of large queues, at least
the actual data dumping for the export itself no longer spams queries.
This is especially crucial in the Citadel plugin where we have massive
parallelism which can easily exhaust the DB connection pool if we get
queries there.

For the same reason, the citadel ID mapping is now queried eagerly
so we don't need to try creating and then delete+update if we realize
there's already an existing citadel mapping, as we can simply check
before even sending something and then convert the creation to an
update.
2021-05-28 11:28:54 +02:00
2021-03-17 11:40:49 +01:00
2021-05-26 18:27:23 +02:00
2021-05-27 19:30:18 +02:00
2021-05-26 18:07:38 +02:00
2021-05-26 18:07:38 +02:00
2021-05-26 18:07:38 +02:00
2021-01-20 17:33:20 +01:00
2021-05-26 18:07:38 +02:00
2021-05-26 18:07:38 +02:00
2021-05-26 18:07:38 +02:00
2021-05-26 18:07:38 +02:00
2021-01-26 19:12:39 +01:00
2021-05-07 14:47:59 +00:00
2020-12-03 12:02:07 +01:00
2020-11-30 10:02:59 +01:00
2019-07-15 10:41:31 +02:00
2021-05-26 17:56:56 +02:00
2017-12-08 14:36:20 +01:00
2020-11-30 13:12:10 +01:00
2021-05-12 11:31:24 +02:00
2021-05-12 11:31:24 +02:00
2019-05-08 16:03:20 +02:00
2016-08-29 11:47:29 +02:00
2021-04-14 12:36:41 +02:00

Indico Plugins
==============

|build-status| |license|

This repository contains all the official plugins for `Indico`_.

These plugins are licensed under the MIT license.

Note
----

In applying the MIT license, CERN does not waive the privileges and immunities
granted to it by virtue of its status as an Intergovernmental Organization
or submit itself to any jurisdiction.


.. _build-status: https://travis-ci.org/indico/indico-plugins
.. _Indico: https://github.com/indico/indico
.. |build-status| image:: https://img.shields.io/travis/indico/indico-plugins/master.svg
                   :alt: Travis Build Status
                   :target: https://travis-ci.org/indico/indico-plugins
.. |license| image:: https://img.shields.io/github/license/indico/indico-plugins.svg
                   :alt: License
                   :target: https://github.com/indico/indico-plugins/blob/master/LICENSE
Description
No description provided
Readme MIT 5.9 MiB
Languages
Python 79.7%
JavaScript 10%
HTML 8.7%
CSS 0.7%
Shell 0.5%
Other 0.4%