Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0]connector: Migration 16.0 #447

Closed
wants to merge 745 commits into from

Conversation

bizzappdev
Copy link

No description provided.

bguillot and others added 30 commits October 10, 2022 17:49
Otherwise the auto api docs are not generated
Because the check uses a fast-path for the connector so it does not reach the
cache.
This code is never reached when we check the installation state with the
high-level function is_module_installed for the module 'connector' because it
directly looks for a model in the registry to check the installation state
This column appears often in the where clauses with the old workers.
This adds a retry pattern for queue jobs.
see OCA/connector-magento#26
Sort the retry dict by key ( the retry count ) instead of by value
It avoids to copy and to store the pattern for every job when all jobs of one
function will probably share the same pattern.
So that the last count is repeated indefinitely.
For the following pattern:
{1: 10*60,
 5: 20*60,
 10: 60*60}
The retries 1 to 4 will be postponed 10 minutes later.
The retries 5 to 9 will be postponed 20 minutes later.
The retries 10 to infinite will be postponed 1 hour later.
Does not do particular checks to see if each "step" is a
valid m2o field, relies on the standard and familiar
Odoo recordset errors instead.
The job function, channel and worker fields are too large for a 6 column
layout. Job function and channel make the fields overflow of the form and the
worker fields is wrapped over 3 lines
…cified (to avoid timedelta error when seconds is None) in job.py.
@oca-clabot
Copy link

Hey @bizzappdev, thank you for your Pull Request.

It looks like some users haven't signed our Contributor License Agreement, yet.
You can read and sign our full Contributor License Agreement here: https://odoo-community.org/page/cla
Here is a list of the users:

Appreciation of efforts,
OCA CLAbot

@bizzappdev bizzappdev force-pushed the 16.0-mig-connecto-RUS-BAD branch 5 times, most recently from b3361f1 to 60d25a5 Compare October 10, 2022 12:50
@bizzappdev bizzappdev mentioned this pull request Oct 10, 2022
6 tasks
@bizzappdev bizzappdev changed the title [WIP][16.0]connector: Migration 16.0 [16.0]connector: Migration 16.0 Nov 1, 2022
@simahawk
Copy link
Contributor

simahawk commented Dec 6, 2022

There's already a migration here #442

@bizzappdev bizzappdev closed this Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.